Compile [2024-11-12 06:13:34 UTC]: fail
"clang++-17" -fvisibility-inlines-hidden -Wno-c99-extensions -std=c++11 -fPIC -pthread -O0 -fno-inline -Wall -fvisibility=hidden -m64 --target=x86_64-pc-linux -Wno-language-extension-token -Wno-unknown-pragmas -DBOOST_ALL_NO_LIB=1 -DBOOST_COBALT_USE_STD_PMR=1 -DBOOST_CONTAINER_DYN_LINK=1 -DBOOST_CONTAINER_NO_LIB=1 -DBOOST_RANDOM_DYN_LINK=1 -DBOOST_RANDOM_NO_LIB=1 -DBOOST_SYSTEM_DYN_LINK=1 -DBOOST_SYSTEM_NO_LIB=1 -I".." -I"../libs/math/include_private" -I"/var/boost/run/boost_root/libs/assert/include" -I"/var/boost/run/boost_root/libs/container/include" -I"/var/boost/run/boost_root/libs/core/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/lexical_cast/include" -I"/var/boost/run/boost_root/libs/math/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/predef/include" -I"/var/boost/run/boost_root/libs/random/include" -I"/var/boost/run/boost_root/libs/system/include" -I"/var/boost/run/boost_root/libs/throw_exception/include" -I"/var/boost/run/boost_root/libs/variant2/include" -I"/var/boost/run/boost_root/libs/winapi/include" -c -o "/var/boost/run/results/boost/bin.v2/libs/math/example/policy_eg_9.test/clang-linux-17~c++11/debug/x86_64/debug-symbols-off/threading-multi/visibility-hidden/policy_eg_9.o" "../libs/math/example/policy_eg_9.cpp"
In file included from ../libs/math/example/policy_eg_9.cpp:54:
In file included from ../boost/math/special_functions.hpp:15:
In file included from ../boost/math/special_functions/airy.hpp:11:
../boost/math/tools/config.hpp:28:6: warning: "Boost.Math requires C++14" [-W#warnings]
# warning "Boost.Math requires C++14"
^
In file included from ../libs/math/example/policy_eg_9.cpp:54:
In file included from ../boost/math/special_functions.hpp:15:
In file included from ../boost/math/special_functions/airy.hpp:13:
In file included from ../boost/math/tools/precision.hpp:15:
../boost/math/tools/type_traits.hpp:208:12: error: no member named 'is_final' in namespace 'std'
using std::is_final;
~~~~~^
../boost/math/tools/type_traits.hpp:259:7: error: no member named 'remove_cv_t' in namespace 'std'; did you mean '::boost::remove_cv_t'?
using std::remove_cv_t;
^~~~~~~~~~~~~~~~
::boost::remove_cv_t
../boost/type_traits/remove_cv.hpp:39:23: note: '::boost::remove_cv_t' declared here
template <class T> using remove_cv_t = typename remove_cv<T>::type;
^
In file included from ../libs/math/example/policy_eg_9.cpp:54:
In file included from ../boost/math/special_functions.hpp:15:
In file included from ../boost/math/special_functions/airy.hpp:13:
In file included from ../boost/math/tools/precision.hpp:15:
../boost/math/tools/type_traits.hpp:261:7: error: no member named 'remove_const_t' in namespace 'std'; did you mean '::boost::remove_const_t'?
using std::remove_const_t;
^~~~~~~~~~~~~~~~~~~
::boost::remove_const_t
../boost/type_traits/remove_const.hpp:33:23: note: '::boost::remove_const_t' declared here
template <class T> using remove_const_t = typename remove_const<T>::type;
^
In file included from ../libs/math/example/policy_eg_9.cpp:54:
In file included from ../boost/math/special_functions.hpp:15:
In file included from ../boost/math/special_functions/airy.hpp:13:
In file included from ../boost/math/tools/precision.hpp:15:
../boost/math/tools/type_traits.hpp:263:12: error: no member named 'remove_volatile_t' in namespace 'std'; did you mean 'remove_volatile'?
using std::remove_volatile_t;
~~~~~^~~~~~~~~~~~~~~~~
remove_volatile
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/type_traits:1528:12: note: 'remove_volatile' declared here
struct remove_volatile
^
In file included from ../libs/math/example/policy_eg_9.cpp:54:
In file included from ../boost/math/special_functions.hpp:15:
In file included from ../boost/math/special_functions/airy.hpp:13:
In file included from ../boost/math/tools/precision.hpp:15:
../boost/math/tools/type_traits.hpp:265:12: error: no member named 'add_cv_t' in namespace 'std'; did you mean 'add_cv'?
using std::add_cv_t;
~~~~~^~~~~~~~
add_cv
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/type_traits:1564:12: note: 'add_cv' declared here
struct add_cv
^
In file included from ../libs/math/example/policy_eg_9.cpp:54:
In file included from ../boost/math/special_functions.hpp:15:
In file included from ../boost/math/special_functions/airy.hpp:13:
In file included from ../boost/math/tools/precision.hpp:15:
../boost/math/tools/type_traits.hpp:267:12: error: no member named 'add_const_t' in namespace 'std'; did you mean 'add_const'?
using std::add_const_t;
~~~~~^~~~~~~~~~~
add_const
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/type_traits:1554:12: note: 'add_const' declared here
struct add_const
^
In file included from ../libs/math/example/policy_eg_9.cpp:54:
In file included from ../boost/math/special_functions.hpp:15:
In file included from ../boost/math/special_functions/airy.hpp:13:
In file included from ../boost/math/tools/precision.hpp:15:
../boost/math/tools/type_traits.hpp:269:12: error: no member named 'add_volatile_t' in namespace 'std'; did you mean 'add_volatile'?
using std::add_volatile_t;
~~~~~^~~~~~~~~~~~~~
add_volatile
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/type_traits:1559:12: note: 'add_volatile' declared here
struct add_volatile
^
In file included from ../libs/math/example/policy_eg_9.cpp:54:
In file included from ../boost/math/special_functions.hpp:15:
In file included from ../boost/math/special_functions/airy.hpp:13:
In file included from ../boost/math/tools/precision.hpp:15:
../boost/math/tools/type_traits.hpp:273:7: error: no member named 'remove_reference_t' in namespace 'std'; did you mean '::boost::remove_reference_t'?
using std::remove_reference_t;
^~~~~~~~~~~~~~~~~~~~~~~
::boost::remove_reference_t
../boost/type_traits/remove_reference.hpp:53:23: note: '::boost::remove_reference_t' declared here
template <class T> using remove_reference_t = typename remove_reference<T>::type;
^
In file included from ../libs/math/example/policy_eg_9.cpp:54:
In file included from ../boost/math/special_functions.hpp:15:
In file included from ../boost/math/special_functions/airy.hpp:13:
In file included from ../boost/math/tools/precision.hpp:15:
../boost/math/tools/type_traits.hpp:275:12: error: no member named 'add_lvalue_reference_t' in namespace 'std'; did you mean 'add_lvalue_reference'?
using std::add_lvalue_reference_t;
~~~~~^~~~~~~~~~~~~~~~~~~~~~
add_lvalue_reference
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/type_traits:1624:12: note: 'add_lvalue_reference' declared here
struct add_lvalue_reference
^
In file included from ../libs/math/example/policy_eg_9.cpp:54:
In file included from ../boost/math/special_functions.hpp:15:
In file included from ../boost/math/special_functions/airy.hpp:13:
In file included from ../boost/math/tools/precision.hpp:15:
../boost/math/tools/type_traits.hpp:277:7: error: no member named 'add_rvalue_reference_t' in namespace 'std'; did you mean '::boost::add_rvalue_reference_t'?
using std::add_rvalue_reference_t;
^~~~~~~~~~~~~~~~~~~~~~~~~~~
::boost::add_rvalue_reference_t
../boost/type_traits/add_rvalue_reference.hpp:63:23: note: '::boost::add_rvalue_reference_t' declared here
template <class T> using add_rvalue_reference_t = typename add_rvalue_reference<T>::type;
^
In file included from ../libs/math/example/policy_eg_9.cpp:54:
In file included from ../boost/math/special_functions.hpp:15:
In file included from ../boost/math/special_functions/airy.hpp:13:
In file included from ../boost/math/tools/precision.hpp:15:
../boost/math/tools/type_traits.hpp:281:12: error: no member named 'remove_pointer_t' in namespace 'std'; did you mean 'remove_pointer'?
using std::remove_pointer_t;
~~~~~^~~~~~~~~~~~~~~~
remove_pointer
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/type_traits:2033:12: note: 'remove_pointer' declared here
struct remove_pointer
^
In file included from ../libs/math/example/policy_eg_9.cpp:54:
In file included from ../boost/math/special_functions.hpp:15:
In file included from ../boost/math/special_functions/airy.hpp:13:
In file included from ../boost/math/tools/precision.hpp:15:
../boost/math/tools/type_traits.hpp:283:7: error: no member named 'add_pointer_t' in namespace 'std'; did you mean '::boost::add_pointer_t'?
using std::add_pointer_t;
^~~~~~~~~~~~~~~~~~
::boost::add_pointer_t
../boost/type_traits/add_pointer.hpp:61:23: note: '::boost::add_pointer_t' declared here
template <class T> using add_pointer_t = typename add_pointer<T>::type;
^
In file included from ../libs/math/example/policy_eg_9.cpp:54:
In file included from ../boost/math/special_functions.hpp:15:
In file included from ../boost/math/special_functions/airy.hpp:13:
In file included from ../boost/math/tools/precision.hpp:15:
../boost/math/tools/type_traits.hpp:287:12: error: no member named 'make_signed_t' in namespace 'std'; did you mean 'make_signed'?
using std::make_signed_t;
~~~~~^~~~~~~~~~~~~
make_signed
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/type_traits:1966:12: note: 'make_signed' declared here
struct make_signed
^
In file included from ../libs/math/example/policy_eg_9.cpp:54:
In file included from ../boost/math/special_functions.hpp:15:
In file included from ../boost/math/special_functions/airy.hpp:13:
In file included from ../boost/math/tools/precision.hpp:15:
../boost/math/tools/type_traits.hpp:289:12: error: no member named 'make_unsigned_t' in namespace 'std'; did you mean 'make_unsigned'?
using std::make_unsigned_t;
~~~~~^~~~~~~~~~~~~~~
make_unsigned
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/type_traits:1838:12: note: 'make_unsigned' declared here
struct make_unsigned
^
In file included from ../libs/math/example/policy_eg_9.cpp:54:
In file included from ../boost/math/special_functions.hpp:15:
In file included from ../boost/math/special_functions/airy.hpp:13:
In file included from ../boost/math/tools/precision.hpp:15:
../boost/math/tools/type_traits.hpp:293:7: error: no member named 'remove_extent_t' in namespace 'std'; did you mean '::boost::remove_extent_t'?
using std::remove_extent_t;
^~~~~~~~~~~~~~~~~~~~
::boost::remove_extent_t
../boost/type_traits/remove_extent.hpp:35:23: note: '::boost::remove_extent_t' declared here
template <class T> using remove_extent_t = typename remove_extent<T>::type;
^
In file included from ../libs/math/example/policy_eg_9.cpp:54:
In file included from ../boost/math/special_functions.hpp:15:
In file included from ../boost/math/special_functions/airy.hpp:13:
In file included from ../boost/math/tools/precision.hpp:15:
../boost/math/tools/type_traits.hpp:295:12: error: no member named 'remove_all_extents_t' in namespace 'std'; did you mean 'remove_all_extents'?
using std::remove_all_extents_t;
~~~~~^~~~~~~~~~~~~~~~~~~~
remove_all_extents
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/type_traits:2000:12: note: 'remove_all_extents' declared here
struct remove_all_extents
^
In file included from ../libs/math/example/policy_eg_9.cpp:54:
In file included from ../boost/math/special_functions.hpp:15:
In file included from ../boost/math/special_functions/airy.hpp:13:
In file included from ../boost/math/tools/precision.hpp:15:
../boost/math/tools/type_traits.hpp:299:7: error: no member named 'decay_t' in namespace 'std'; did you mean '::boost::decay_t'?
using std::decay_t;
^~~~~~~~~~~~
::boost::decay_t
../boost/type_traits/decay.hpp:42:23: note: '::boost::decay_t' declared here
template <class T> using decay_t = typename decay<T>::type;
^
In file included from ../libs/math/example/policy_eg_9.cpp:54:
In file included from ../boost/math/special_functions.hpp:15:
In file included from ../boost/math/special_functions/airy.hpp:13:
In file included from ../boost/math/tools/precision.hpp:15:
../boost/math/tools/type_traits.hpp:301:7: error: no member named 'enable_if_t' in namespace 'std'; did you mean '::boost::enable_if_t'?
using std::enable_if_t;
^~~~~~~~~~~~~~~~
::boost::enable_if_t
../boost/type_traits/enable_if.hpp:32:1: note: '::boost::enable_if_t' declared here
using enable_if_t = typename enable_if_<B, T>::type;
^
In file included from ../libs/math/example/policy_eg_9.cpp:54:
In file included from ../boost/math/special_functions.hpp:15:
In file included from ../boost/math/special_functions/airy.hpp:13:
In file included from ../boost/math/tools/precision.hpp:15:
../boost/math/tools/type_traits.hpp:303:7: error: no member named 'conditional_t' in namespace 'std'; did you mean '::boost::conditional_t'?
using std::conditional_t;
^~~~~~~~~~~~~~~~~~
::boost::conditional_t
../boost/type_traits/conditional.hpp:21:40: note: '::boost::conditional_t' declared here
template <bool b, class T, class U> using conditional_t = typename conditional<b, T, U>::type;
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
1 warning and 20 errors generated.