Details
-
Epic
-
Resolution: Unresolved
-
P2: Important
-
None
-
None
-
None
-
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
- is required for
-
QTBUG-99243 Initiative: Qt and C++20
- Open
-
QTBUG-109361 C++20 is required for the development and building of Qt itself (Phase II)
- Open
-
QTBUG-109360 Use C++20 code with Qt (Phase I)
- Open