Test output: teeks99-dkr-mc17-20-lc - python - select_holder / clang-linux-17~c++20~lc
Rev e5cdcdb017326dad630ab2d85172e2d81bde89bc / Tue, 12 Nov 2024 13:13:50 +0000
Compile [2024-11-12 16:27:27 UTC]: fail


    "clang++-17"   -fvisibility-inlines-hidden -Wno-c99-extensions -std=c++20 -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-17~c++20~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:66:30: error: no member named 'auto_ptr' in namespace 'std'
        ,pointer_holder<std::auto_ptr<Base>,Base> >();
                        ~~~~~^
../libs/python/test/select_holder.cpp:66:39: error: 'Base' does not refer to a value
        ,pointer_holder<std::auto_ptr<Base>,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:69:45: error: no member named 'auto_ptr' in namespace 'std'
        ,pointer_holder_back_reference<std::auto_ptr<Derived>,Base> >();
                                       ~~~~~^
../libs/python/test/select_holder.cpp:69:54: error: 'Derived' does not refer to a value
        ,pointer_holder_back_reference<std::auto_ptr<Derived>,Base> >();
                                                     ^
../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 {};
       ^
../libs/python/test/select_holder.cpp:72:45: error: no member named 'auto_ptr' in namespace 'std'
        ,pointer_holder_back_reference<std::auto_ptr<BR>,BR> > ();
                                       ~~~~~^
../libs/python/test/select_holder.cpp:72:54: error: 'BR' does not refer to a value
        ,pointer_holder_back_reference<std::auto_ptr<BR>,BR> > ();
                                                     ^
../libs/python/test/select_holder.cpp:14:8: note: declared here
struct BR {};
       ^
12 errors generated.