C++ std::ranges algorithms

clang has supported std::ranges algorithms since clang 12, but this support is not available in Clang 14.0.0 arm64-apple-darwin22.1.0.

Does Apple ever intend to support this, or do I have to switch to compiling using gcc to get these algorithms?

C++ std::ranges algorithms
 
 
Q