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

Impact of C++20 ranges on our code

XMLWordPrintable

    • C++20 ranges @ Qt
    • aca7fd4ee (dev)

      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

        For Gerrit Dashboard: QTBUG-105465
        # Subject Branch Project Status CR V

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

              Created:
              Updated:

                There are no open Gerrit changes