-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
cxx23C++23 featureC++23 featurefixedSomething works now, yay!Something works now, yay!rangesC++20/23 rangesC++20/23 ranges
Description
P2321R2 zip
Feature-test macro:
#define __cpp_lib_ranges_zip 202110LBe sure to implement the resolutions of these LWG issues which patch this feature:
- LWG-3692
zip_view::iterator'soperator<=>is overconstrained - LWG-3702 Should
zip_transform_view::iteratorremoveoperator<? - LWG-3773
views::zip_transformstill requiresFto becopy_constructiblewhen empty pack - LWG-3798 Rvalue reference and
iterator_category- Affects
views::adjacent_transform, see [range.adjacent.transform.iterator]/1.1.
- Affects
- LWG-3848
adjacent_view,adjacent_transform_view, andslide_viewmissingbaseaccessor
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
cxx23C++23 featureC++23 featurefixedSomething works now, yay!Something works now, yay!rangesC++20/23 rangesC++20/23 ranges
Type
Projects
Status
Done