Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-106181

QString: don't detach in remove()/removeIf()/erase()

    XMLWordPrintable

Details

    • Task
    • Resolution: Unresolved
    • P2: Important
    • None
    • None
    • None

    Description

      After we've detected that we need to change the container in remove()/erase(), don't detach(). Instead, check if we're shared. If we're not shared, do the change in-place. If we are shared, make a new container, copy only the subset that forms the final result over, then assign the new container to *this.

      See epic for more details.

      Acceptance criteria: The following member functions no longer detach:

      • chop()
      • clear()
      • erase() (all overloads, eventually, cf. QTBUG-106182)
      • fill()
      • pop_back()/pop_front()/removeFirst()/removeLast()
      • remove() (all overloads)/removeIf()
      • resize()
      • setNum() (all overloads)
      • truncate()
      • if QTBUG-106165 is implemented meanwhile: assign()

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              cnn Qt Core & Network
              mmutz Marc Mutz
              Vladimir Minenko Vladimir Minenko
              Alex Blasche Alex Blasche
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: