Compile [2024-11-19 19:38:17 UTC]: fail
"clang++-6.0" -fvisibility-inlines-hidden -Wno-c99-extensions -std=c++17 -stdlib=libc++ -isystem/usr/include/libcxxabi -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 -DBOOST_CONTAINER_DYN_LINK=1 -DBOOST_CONTAINER_NO_LIB=1 -DBOOST_PYTHON_NO_LIB -I".." -I"/usr/include/python2.7" -I"/var/boost/run/boost_root/libs/assert/include" -I"/var/boost/run/boost_root/libs/bind/include" -I"/var/boost/run/boost_root/libs/container/include" -I"/var/boost/run/boost_root/libs/container_hash/include" -I"/var/boost/run/boost_root/libs/conversion/include" -I"/var/boost/run/boost_root/libs/core/include" -I"/var/boost/run/boost_root/libs/describe/include" -I"/var/boost/run/boost_root/libs/detail/include" -I"/var/boost/run/boost_root/libs/function/include" -I"/var/boost/run/boost_root/libs/function_types/include" -I"/var/boost/run/boost_root/libs/fusion/include" -I"/var/boost/run/boost_root/libs/integer/include" -I"/var/boost/run/boost_root/libs/intrusive/include" -I"/var/boost/run/boost_root/libs/iterator/include" -I"/var/boost/run/boost_root/libs/lexical_cast/include" -I"/var/boost/run/boost_root/libs/move/include" -I"/var/boost/run/boost_root/libs/mp11/include" -I"/var/boost/run/boost_root/libs/optional/include" -I"/var/boost/run/boost_root/libs/python/include" -I"/var/boost/run/boost_root/libs/smart_ptr/include" -I"/var/boost/run/boost_root/libs/throw_exception/include" -I"/var/boost/run/boost_root/libs/tuple/include" -I"/var/boost/run/boost_root/libs/type_traits/include" -c -o "/var/boost/run/results/boost/bin.v2/libs/python/test/select_holder.test/clang-linux-6.0~c++17~lc/debug/x86_64/debug-symbols-off/python-2.7/threading-multi/visibility-hidden/select_holder.o" "../libs/python/test/select_holder.cpp"
../libs/python/test/select_holder.cpp:65:29: error: no member named 'auto_ptr' in namespace 'std'
assert_holder<Base,std::auto_ptr<Base>
~~~~~^
../libs/python/test/select_holder.cpp:65:38: error: 'Base' does not refer to a value
assert_holder<Base,std::auto_ptr<Base>
^
../libs/python/test/select_holder.cpp:16:8: note: declared here
struct Base {};
^
../libs/python/test/select_holder.cpp:68:29: error: no member named 'auto_ptr' in namespace 'std'
assert_holder<Base,std::auto_ptr<Derived>
~~~~~^
../libs/python/test/select_holder.cpp:68:38: error: 'Derived' does not refer to a value
assert_holder<Base,std::auto_ptr<Derived>
^
../libs/python/test/select_holder.cpp:17:8: note: declared here
struct Derived : Base {};
^
../libs/python/test/select_holder.cpp:71:27: error: no member named 'auto_ptr' in namespace 'std'
assert_holder<BR,std::auto_ptr<BR>
~~~~~^
../libs/python/test/select_holder.cpp:71:36: error: 'BR' does not refer to a value
assert_holder<BR,std::auto_ptr<BR>
^
../libs/python/test/select_holder.cpp:14:8: note: declared here
struct BR {};
^
6 errors generated.