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/copy_ctor_mutates_rhs.test/clang-linux-6.0~c++17~lc/debug/x86_64/debug-symbols-off/python-2.7/threading-multi/visibility-hidden/copy_ctor_mutates_rhs.o" "../libs/python/test/copy_ctor_mutates_rhs.cpp"
In file included from ../libs/python/test/copy_ctor_mutates_rhs.cpp:5:
In file included from ../boost/python/detail/copy_ctor_mutates_rhs.hpp:8:
../boost/python/detail/is_auto_ptr.hpp:22:27: error: expected class name
struct is_auto_ptr : mpl::false_
^
../libs/python/test/copy_ctor_mutates_rhs.cpp:12:19: error: no template named 'auto_ptr' in namespace 'std'
operator std::auto_ptr<int>&() const;
~~~~~^
../libs/python/test/copy_ctor_mutates_rhs.cpp:18:54: error: no member named 'value' in 'boost::python::detail::copy_ctor_mutates_rhs<int>'
BOOST_STATIC_ASSERT(!copy_ctor_mutates_rhs<int>::value);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
../boost/static_assert.hpp:71:55: note: expanded from macro 'BOOST_STATIC_ASSERT'
# define BOOST_STATIC_ASSERT( ... ) static_assert(__VA_ARGS__, #__VA_ARGS__)
^~~~~~~~~~~
../libs/python/test/copy_ctor_mutates_rhs.cpp:19:52: error: no member named 'auto_ptr' in namespace 'std'
BOOST_STATIC_ASSERT(copy_ctor_mutates_rhs<std::auto_ptr<int> >::value);
~~~~~^
../boost/static_assert.hpp:71:55: note: expanded from macro 'BOOST_STATIC_ASSERT'
# define BOOST_STATIC_ASSERT( ... ) static_assert(__VA_ARGS__, #__VA_ARGS__)
^~~~~~~~~~~
../libs/python/test/copy_ctor_mutates_rhs.cpp:19:64: error: expected '(' for function-style cast or type construction
BOOST_STATIC_ASSERT(copy_ctor_mutates_rhs<std::auto_ptr<int> >::value);
~~~^
../boost/static_assert.hpp:71:55: note: expanded from macro 'BOOST_STATIC_ASSERT'
# define BOOST_STATIC_ASSERT( ... ) static_assert(__VA_ARGS__, #__VA_ARGS__)
^~~~~~~~~~~
../libs/python/test/copy_ctor_mutates_rhs.cpp:19:69: error: no member named 'value' in the global namespace
BOOST_STATIC_ASSERT(copy_ctor_mutates_rhs<std::auto_ptr<int> >::value);
~~^
../boost/static_assert.hpp:71:55: note: expanded from macro 'BOOST_STATIC_ASSERT'
# define BOOST_STATIC_ASSERT( ... ) static_assert(__VA_ARGS__, #__VA_ARGS__)
^~~~~~~~~~~
../libs/python/test/copy_ctor_mutates_rhs.cpp:20:62: error: no member named 'value' in 'boost::python::detail::copy_ctor_mutates_rhs<std::__1::basic_string<char> >'
BOOST_STATIC_ASSERT(!copy_ctor_mutates_rhs<std::string>::value);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
../boost/static_assert.hpp:71:55: note: expanded from macro 'BOOST_STATIC_ASSERT'
# define BOOST_STATIC_ASSERT( ... ) static_assert(__VA_ARGS__, #__VA_ARGS__)
^~~~~~~~~~~
../libs/python/test/copy_ctor_mutates_rhs.cpp:21:54: error: no member named 'value' in 'boost::python::detail::copy_ctor_mutates_rhs<foo>'
BOOST_STATIC_ASSERT(!copy_ctor_mutates_rhs<foo>::value);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
../boost/static_assert.hpp:71:55: note: expanded from macro 'BOOST_STATIC_ASSERT'
# define BOOST_STATIC_ASSERT( ... ) static_assert(__VA_ARGS__, #__VA_ARGS__)
^~~~~~~~~~~
8 errors generated.