Compile [2024-11-21 21:26:56 UTC]: fail
"clang++-13" -fvisibility-inlines-hidden -Wno-c99-extensions -std=c++20 -fPIC -pthread -O0 -fno-inline -Wall -fvisibility=hidden -m64 --target=x86_64-pc-linux -DBOOST_ALL_NO_LIB=1 -DBOOST_COBALT_USE_STD_PMR=1 -I".." -I"/var/boost/run/boost_root/libs/assert/include" -I"/var/boost/run/boost_root/libs/core/include" -I"/var/boost/run/boost_root/libs/stl_interfaces/include" -I"/var/boost/run/boost_root/libs/throw_exception/include" -c -o "/var/boost/run/results/boost/bin.v2/libs/stl_interfaces/test/input.test/clang-linux-13~c++20/debug/x86_64/debug-symbols-off/threading-multi/visibility-hidden/input.o" "../libs/stl_interfaces/test/input.cpp"
../libs/stl_interfaces/test/input.cpp:297:14: error: no member named 'ranges' in namespace 'std'
std::ranges::copy(first, last, ints_copy.begin());
~~~~~^
../libs/stl_interfaces/test/input.cpp:312:10: error: no member named 'ranges' in namespace 'std'
std::ranges::equal(first, last, first_copy, last_copy);
~~~~~^
../libs/stl_interfaces/test/input.cpp:325:14: error: no member named 'ranges' in namespace 'std'
std::ranges::copy(first, last, ints_copy.begin());
~~~~~^
../libs/stl_interfaces/test/input.cpp:337:14: error: no member named 'ranges' in namespace 'std'
std::ranges::copy(first, last, pairs_copy.begin());
~~~~~^
../libs/stl_interfaces/test/input.cpp:372:14: error: no member named 'ranges' in namespace 'std'
std::ranges::copy(first, last, ints_copy.begin());
~~~~~^
../libs/stl_interfaces/test/input.cpp:384:14: error: no member named 'ranges' in namespace 'std'
std::ranges::copy(first, last, pairs_copy.begin());
~~~~~^
../libs/stl_interfaces/test/input.cpp:427:14: error: no member named 'ranges' in namespace 'std'
std::ranges::copy(r.begin(), r.end(), ints_copy.begin());
~~~~~^
7 errors generated.