Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Define BOOST_NO_CXX20_HDR_RANGES for libc++ < 18
At least for Clang the `-fexperimental-library` flag is required to enable full range support. Otherwise e.g. `std::ranges::join_view` won't be available.
- Loading branch information