STL icon indicating copy to clipboard operation
STL copied to clipboard

P2542R8 `views::concat`

Open StephanTLavavej opened this issue 1 year ago • 1 comments

WG21-P2542R8 views::concat LWG-4079 Missing Preconditions in concat_view::iterator's conversion constructor LWG-4082 views::concat(r) is well-formed when r is an output_range LWG-4166 concat_view::end() should be more constrained in order to support noncopyable iterators

Feature-test macro:

#define __cpp_lib_ranges_concat 202403L

Note: We're focused on implementing the remaining library-only features in C++23. Until that's done, we will NOT be accepting PRs for C++26 features.

StephanTLavavej avatar Mar 23 '24 17:03 StephanTLavavej

I'm taking a stab at it in https://github.com/seishun/STL/tree/ranges. Tested only with clang-cl because cl doesn't support pack indexing yet.

seishun avatar Mar 24 '25 13:03 seishun