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/wrapper_held_type.test/clang-linux-6.0~c++17~lc/debug/x86_64/debug-symbols-off/python-2.7/threading-multi/visibility-hidden/wrapper_held_type.o" "../libs/python/test/wrapper_held_type.cpp"
../libs/python/test/wrapper_held_type.cpp:23:6: error: no template named 'auto_ptr' in namespace 'std'
std::auto_ptr<data> create_data()
~~~~~^
../libs/python/test/wrapper_held_type.cpp:25:17: error: no member named 'auto_ptr' in namespace 'std'
return std::auto_ptr<data>( new data );
~~~~~^
../libs/python/test/wrapper_held_type.cpp:25:26: error: 'data' does not refer to a value
return std::auto_ptr<data>( new data );
^
../libs/python/test/wrapper_held_type.cpp:14:8: note: declared here
struct data
^
../libs/python/test/wrapper_held_type.cpp:28:6: error: variable has incomplete type 'void'
void do_nothing( std::auto_ptr<data>& ){}
^
../libs/python/test/wrapper_held_type.cpp:28:23: error: no member named 'auto_ptr' in namespace 'std'
void do_nothing( std::auto_ptr<data>& ){}
~~~~~^
../libs/python/test/wrapper_held_type.cpp:28:32: error: 'data' does not refer to a value
void do_nothing( std::auto_ptr<data>& ){}
^
../libs/python/test/wrapper_held_type.cpp:14:8: note: declared here
struct data
^
../libs/python/test/wrapper_held_type.cpp:28:39: error: expected expression
void do_nothing( std::auto_ptr<data>& ){}
^
../libs/python/test/wrapper_held_type.cpp:28:40: error: expected ';' after top level declarator
void do_nothing( std::auto_ptr<data>& ){}
^
;
../libs/python/test/wrapper_held_type.cpp:33:29: error: use of undeclared identifier 'bp'
struct data_wrapper : data, bp::wrapper< data >
^
../libs/python/test/wrapper_held_type.cpp:33:33: error: unknown template name 'wrapper'
struct data_wrapper : data, bp::wrapper< data >
^
../libs/python/test/wrapper_held_type.cpp:37:9: error: use of undeclared identifier 'bp'
, bp::wrapper< data >()
^
../libs/python/test/wrapper_held_type.cpp:37:20: error: expected '(' or '{'
, bp::wrapper< data >()
^
../libs/python/test/wrapper_held_type.cpp:42:9: error: use of undeclared identifier 'bp'
, bp::wrapper< data >()
^
../libs/python/test/wrapper_held_type.cpp:42:20: error: expected '(' or '{'
, bp::wrapper< data >()
^
../libs/python/test/wrapper_held_type.cpp:47:13: error: use of undeclared identifier 'bp'
if( bp::override id = this->get_override( "id" ) )
^
../libs/python/test/wrapper_held_type.cpp:48:20: error: use of undeclared identifier 'bp'
return bp::call<int>(id.ptr()); // id();
^
../libs/python/test/wrapper_held_type.cpp:48:32: error: expected '(' for function-style cast or type construction
return bp::call<int>(id.ptr()); // id();
~~~^
../libs/python/test/wrapper_held_type.cpp:48:34: error: reference to non-static member function must be called; did you mean to call it with no arguments?
return bp::call<int>(id.ptr()); // id();
^~
()
../libs/python/test/wrapper_held_type.cpp:48:36: error: member reference base type 'int' is not a structure or union
return bp::call<int>(id.ptr()); // id();
~~^~~~
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.