ericniebler / range-v3

Range library for C++14/17/20, basis for C++20's std::ranges
Other
4.14k stars 439 forks source link

all_t alias not in cpp20 namespace #1477

Closed rrahn closed 4 years ago

rrahn commented 4 years ago

Hi, I am just wondering why all_t was not yet adopted to the ranges::cpp20 namespace. It seems the standard defines now this transformation type trait in favour of all_view. Is that on purpose or not yet updated? If so I can also make a PR for this.

Thanks a lot

marehr commented 4 years ago

I think I also encountered those discrepancies: