Test output: teeks99-dkr-mc17-g11 - math - neumann_zeros_example_1 / clang-linux-17~gnu11
Rev e5cdcdb017326dad630ab2d85172e2d81bde89bc / Tue, 12 Nov 2024 06:18:19 +0000
Compile [2024-11-12 07:27:33 UTC]: fail


    "clang++-17"   -fvisibility-inlines-hidden -Wno-c99-extensions -std=gnu++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/neumann_zeros_example_1.test/clang-linux-17~gnu11/debug/x86_64/debug-symbols-off/threading-multi/visibility-hidden/neumann_zeros_example_1.o" "../libs/math/example/neumann_zeros_example_1.cpp"

In file included from ../libs/math/example/neumann_zeros_example_1.cpp:29:
In file included from ../boost/multiprecision/cpp_dec_float.hpp:32:
../boost/multiprecision/detail/standalone_config.hpp:36:7: warning: "The minimum language standard to use Boost.Math will be C++14 starting in July 2023 (Boost 1.82 release)" [-W#warnings]
 #    warning "The minimum language standard to use Boost.Math will be C++14 starting in July 2023 (Boost 1.82 release)"
      ^
In file included from ../libs/math/example/neumann_zeros_example_1.cpp:29:
In file included from ../boost/multiprecision/cpp_dec_float.hpp:33:
In file included from ../boost/multiprecision/number.hpp:11:
In file included from ../boost/multiprecision/detail/precision.hpp:9:
In file included from ../boost/multiprecision/traits/is_variable_precision.hpp:9:
In file included from ../boost/multiprecision/detail/number_base.hpp:34:
In file included from ../boost/math/tools/complex.hpp:13:
../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/neumann_zeros_example_1.cpp:29:
In file included from ../boost/multiprecision/cpp_dec_float.hpp:33:
In file included from ../boost/multiprecision/number.hpp:11:
In file included from ../boost/multiprecision/detail/precision.hpp:9:
In file included from ../boost/multiprecision/traits/is_variable_precision.hpp:9:
In file included from ../boost/multiprecision/detail/number_base.hpp:34:
In file included from ../boost/math/tools/complex.hpp:14:
In file included from ../boost/math/tools/is_detected.hpp:11:
../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/neumann_zeros_example_1.cpp:29:
In file included from ../boost/multiprecision/cpp_dec_float.hpp:33:
In file included from ../boost/multiprecision/number.hpp:11:
In file included from ../boost/multiprecision/detail/precision.hpp:9:
In file included from ../boost/multiprecision/traits/is_variable_precision.hpp:9:
In file included from ../boost/multiprecision/detail/number_base.hpp:34:
In file included from ../boost/math/tools/complex.hpp:14:
In file included from ../boost/math/tools/is_detected.hpp:11:
../boost/math/tools/type_traits.hpp:261:12: error: no member named 'remove_const_t' in namespace 'std'; did you mean 'remove_const'?
using std::remove_const_t;
      ~~~~~^~~~~~~~~~~~~~
           remove_const
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/type_traits:1519:12: note: 'remove_const' declared here
    struct remove_const
           ^
In file included from ../libs/math/example/neumann_zeros_example_1.cpp:29:
In file included from ../boost/multiprecision/cpp_dec_float.hpp:33:
In file included from ../boost/multiprecision/number.hpp:11:
In file included from ../boost/multiprecision/detail/precision.hpp:9:
In file included from ../boost/multiprecision/traits/is_variable_precision.hpp:9:
In file included from ../boost/multiprecision/detail/number_base.hpp:34:
In file included from ../boost/math/tools/complex.hpp:14:
In file included from ../boost/math/tools/is_detected.hpp:11:
../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/neumann_zeros_example_1.cpp:29:
In file included from ../boost/multiprecision/cpp_dec_float.hpp:33:
In file included from ../boost/multiprecision/number.hpp:11:
In file included from ../boost/multiprecision/detail/precision.hpp:9:
In file included from ../boost/multiprecision/traits/is_variable_precision.hpp:9:
In file included from ../boost/multiprecision/detail/number_base.hpp:34:
In file included from ../boost/math/tools/complex.hpp:14:
In file included from ../boost/math/tools/is_detected.hpp:11:
../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/neumann_zeros_example_1.cpp:29:
In file included from ../boost/multiprecision/cpp_dec_float.hpp:33:
In file included from ../boost/multiprecision/number.hpp:11:
In file included from ../boost/multiprecision/detail/precision.hpp:9:
In file included from ../boost/multiprecision/traits/is_variable_precision.hpp:9:
In file included from ../boost/multiprecision/detail/number_base.hpp:34:
In file included from ../boost/math/tools/complex.hpp:14:
In file included from ../boost/math/tools/is_detected.hpp:11:
../boost/math/tools/type_traits.hpp:267:7: error: no member named 'add_const_t' in namespace 'std'; did you mean '::boost::add_const_t'?
using std::add_const_t;
      ^~~~~~~~~~~~~~~~
      ::boost::add_const_t
../boost/type_traits/add_const.hpp:46:23: note: '::boost::add_const_t' declared here
   template <class T> using add_const_t = typename add_const<T>::type;
                      ^
In file included from ../libs/math/example/neumann_zeros_example_1.cpp:29:
In file included from ../boost/multiprecision/cpp_dec_float.hpp:33:
In file included from ../boost/multiprecision/number.hpp:11:
In file included from ../boost/multiprecision/detail/precision.hpp:9:
In file included from ../boost/multiprecision/traits/is_variable_precision.hpp:9:
In file included from ../boost/multiprecision/detail/number_base.hpp:34:
In file included from ../boost/math/tools/complex.hpp:14:
In file included from ../boost/math/tools/is_detected.hpp:11:
../boost/math/tools/type_traits.hpp:269:7: error: no member named 'add_volatile_t' in namespace 'std'; did you mean '::boost::add_volatile_t'?
using std::add_volatile_t;
      ^~~~~~~~~~~~~~~~~~~
      ::boost::add_volatile_t
../boost/type_traits/add_volatile.hpp:40:23: note: '::boost::add_volatile_t' declared here
   template <class T> using add_volatile_t = typename add_volatile<T>::type;
                      ^
In file included from ../libs/math/example/neumann_zeros_example_1.cpp:29:
In file included from ../boost/multiprecision/cpp_dec_float.hpp:33:
In file included from ../boost/multiprecision/number.hpp:11:
In file included from ../boost/multiprecision/detail/precision.hpp:9:
In file included from ../boost/multiprecision/traits/is_variable_precision.hpp:9:
In file included from ../boost/multiprecision/detail/number_base.hpp:34:
In file included from ../boost/math/tools/complex.hpp:14:
In file included from ../boost/math/tools/is_detected.hpp:11:
../boost/math/tools/type_traits.hpp:273:12: error: no member named 'remove_reference_t' in namespace 'std'; did you mean 'remove_reference'?
using std::remove_reference_t;
      ~~~~~^~~~~~~~~~~~~~~~~~
           remove_reference
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/type_traits:1603:12: note: 'remove_reference' declared here
    struct remove_reference
           ^
In file included from ../libs/math/example/neumann_zeros_example_1.cpp:29:
In file included from ../boost/multiprecision/cpp_dec_float.hpp:33:
In file included from ../boost/multiprecision/number.hpp:11:
In file included from ../boost/multiprecision/detail/precision.hpp:9:
In file included from ../boost/multiprecision/traits/is_variable_precision.hpp:9:
In file included from ../boost/multiprecision/detail/number_base.hpp:34:
In file included from ../boost/math/tools/complex.hpp:14:
In file included from ../boost/math/tools/is_detected.hpp:11:
../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/neumann_zeros_example_1.cpp:29:
In file included from ../boost/multiprecision/cpp_dec_float.hpp:33:
In file included from ../boost/multiprecision/number.hpp:11:
In file included from ../boost/multiprecision/detail/precision.hpp:9:
In file included from ../boost/multiprecision/traits/is_variable_precision.hpp:9:
In file included from ../boost/multiprecision/detail/number_base.hpp:34:
In file included from ../boost/math/tools/complex.hpp:14:
In file included from ../boost/math/tools/is_detected.hpp:11:
../boost/math/tools/type_traits.hpp:277:12: error: no member named 'add_rvalue_reference_t' in namespace 'std'; did you mean 'add_rvalue_reference'?
using std::add_rvalue_reference_t;
      ~~~~~^~~~~~~~~~~~~~~~~~~~~~
           add_rvalue_reference
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/type_traits:1638:12: note: 'add_rvalue_reference' declared here
    struct add_rvalue_reference
           ^
In file included from ../libs/math/example/neumann_zeros_example_1.cpp:29:
In file included from ../boost/multiprecision/cpp_dec_float.hpp:33:
In file included from ../boost/multiprecision/number.hpp:11:
In file included from ../boost/multiprecision/detail/precision.hpp:9:
In file included from ../boost/multiprecision/traits/is_variable_precision.hpp:9:
In file included from ../boost/multiprecision/detail/number_base.hpp:34:
In file included from ../boost/math/tools/complex.hpp:14:
In file included from ../boost/math/tools/is_detected.hpp:11:
../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/neumann_zeros_example_1.cpp:29:
In file included from ../boost/multiprecision/cpp_dec_float.hpp:33:
In file included from ../boost/multiprecision/number.hpp:11:
In file included from ../boost/multiprecision/detail/precision.hpp:9:
In file included from ../boost/multiprecision/traits/is_variable_precision.hpp:9:
In file included from ../boost/multiprecision/detail/number_base.hpp:34:
In file included from ../boost/math/tools/complex.hpp:14:
In file included from ../boost/math/tools/is_detected.hpp:11:
../boost/math/tools/type_traits.hpp:283:12: error: no member named 'add_pointer_t' in namespace 'std'; did you mean 'add_pointer'?
using std::add_pointer_t;
      ~~~~~^~~~~~~~~~~~~
           add_pointer
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/type_traits:2048:12: note: 'add_pointer' declared here
    struct add_pointer
           ^
In file included from ../libs/math/example/neumann_zeros_example_1.cpp:29:
In file included from ../boost/multiprecision/cpp_dec_float.hpp:33:
In file included from ../boost/multiprecision/number.hpp:11:
In file included from ../boost/multiprecision/detail/precision.hpp:9:
In file included from ../boost/multiprecision/traits/is_variable_precision.hpp:9:
In file included from ../boost/multiprecision/detail/number_base.hpp:34:
In file included from ../boost/math/tools/complex.hpp:14:
In file included from ../boost/math/tools/is_detected.hpp:11:
../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/neumann_zeros_example_1.cpp:29:
In file included from ../boost/multiprecision/cpp_dec_float.hpp:33:
In file included from ../boost/multiprecision/number.hpp:11:
In file included from ../boost/multiprecision/detail/precision.hpp:9:
In file included from ../boost/multiprecision/traits/is_variable_precision.hpp:9:
In file included from ../boost/multiprecision/detail/number_base.hpp:34:
In file included from ../boost/math/tools/complex.hpp:14:
In file included from ../boost/math/tools/is_detected.hpp:11:
../boost/math/tools/type_traits.hpp:289:7: error: no member named 'make_unsigned_t' in namespace 'std'; did you mean '::boost::make_unsigned_t'?
using std::make_unsigned_t;
      ^~~~~~~~~~~~~~~~~~~~
      ::boost::make_unsigned_t
../boost/type_traits/make_unsigned.hpp:129:23: note: '::boost::make_unsigned_t' declared here
   template <class T> using make_unsigned_t = typename make_unsigned<T>::type;
                      ^
In file included from ../libs/math/example/neumann_zeros_example_1.cpp:29:
In file included from ../boost/multiprecision/cpp_dec_float.hpp:33:
In file included from ../boost/multiprecision/number.hpp:11:
In file included from ../boost/multiprecision/detail/precision.hpp:9:
In file included from ../boost/multiprecision/traits/is_variable_precision.hpp:9:
In file included from ../boost/multiprecision/detail/number_base.hpp:34:
In file included from ../boost/math/tools/complex.hpp:14:
In file included from ../boost/math/tools/is_detected.hpp:11:
../boost/math/tools/type_traits.hpp:293:12: error: no member named 'remove_extent_t' in namespace 'std'; did you mean 'remove_extent'?
using std::remove_extent_t;
      ~~~~~^~~~~~~~~~~~~~~
           remove_extent
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/type_traits:1987:12: note: 'remove_extent' declared here
    struct remove_extent
           ^
In file included from ../libs/math/example/neumann_zeros_example_1.cpp:29:
In file included from ../boost/multiprecision/cpp_dec_float.hpp:33:
In file included from ../boost/multiprecision/number.hpp:11:
In file included from ../boost/multiprecision/detail/precision.hpp:9:
In file included from ../boost/multiprecision/traits/is_variable_precision.hpp:9:
In file included from ../boost/multiprecision/detail/number_base.hpp:34:
In file included from ../boost/math/tools/complex.hpp:14:
In file included from ../boost/math/tools/is_detected.hpp:11:
../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/neumann_zeros_example_1.cpp:29:
In file included from ../boost/multiprecision/cpp_dec_float.hpp:33:
In file included from ../boost/multiprecision/number.hpp:11:
In file included from ../boost/multiprecision/detail/precision.hpp:9:
In file included from ../boost/multiprecision/traits/is_variable_precision.hpp:9:
In file included from ../boost/multiprecision/detail/number_base.hpp:34:
In file included from ../boost/math/tools/complex.hpp:14:
In file included from ../boost/math/tools/is_detected.hpp:11:
../boost/math/tools/type_traits.hpp:299:12: error: no member named 'decay_t' in namespace 'std'
using std::decay_t;
      ~~~~~^
../boost/math/tools/type_traits.hpp:301:12: error: no member named 'enable_if_t' in namespace 'std'
using std::enable_if_t;
      ~~~~~^
../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=]
2 warnings and 20 errors generated.