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

QSet is missing range-erase()

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Unresolved
    • P2: Important
    • None
    • None
    • None
    • 5
    • Foundation PM Staging

    Description

      QSet, unlike all other Qt containers, and unlike std::unordered_map, lacks the erase(it, it) function ("range-erase"). Currently, the only option to erase a range of items in QSet is to loop over erase(it), which, however, has algorithmic complexity problems (see QTBUG-103328).

      Workaround: use removeIf() and hope for QTBUG-103328 to be fixed.

      Acceptance criteria: Moral equivalent of acceptance criteria for QTBUG-106175.

      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:
              1 Start watching this issue

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes