Ugh. It's irritating that certain C++20 features still aren't in the most current #AppleClang :
- std::ranges
- `<=>`
- std::jthread and std::stop_token
- std::source_location
Especially for cases where one simply can't just use regular #Clang .
Check out the current support status across the board: https://en.cppreference.com/w/cpp/compiler_support/20
#appleclang #clang #cpp #cpp20 #ranges #spaceshipoperator