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

Impact of C++20 ranges on our code

    XMLWordPrintable

Details

    • C++20 ranges @ Qt

    Description

      C++20 added the ranges library, a newer version of Alex Stepanov's original STL. It's fully concept-ified and supports various different ranges ((it, it), (it, sentinel), ...).

      Existing containers mostly work in this library out of the box, but there are a few opt-in templates to specialize:

      • enable_borrowed_range
      • enable_view

      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:

                Gerrit Reviews

                  There are no open Gerrit changes