Test output: teeks99-dkr-mc6-17 - python - select_holder / clang-linux-6.0~c++17~lc
Rev 62658b2ab10667a59ced1201b3443ff937b70d4e / Tue, 19 Nov 2024 20:09:01 +0000
Compile [2024-11-19 21:43:25 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/conversion/include" -I"/var/boost/run/boost_root/libs/core/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/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/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"  -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.