Test output: teeks99-dkr-mc17-11 - serialization - test_complex_xml_archive / clang-linux-17~c++11
Rev e31e3ddd05403a39c63d5f85d979316f89e341ab / Tue, 31 Dec 2024 09:09:43 +0000
Compile [2024-12-31 10:17:30 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 -ftemplate-depth-255 -DBOOST_ALL_NO_LIB=1 -DBOOST_ARCHIVE_TEST=xml_archive.hpp -DBOOST_COBALT_USE_STD_PMR=1 -DBOOST_LIB_DIAGNOSTIC=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DBOOST_WSERIALIZATION_DYN_LINK=1   -I".."  -c -o "/var/boost/run/results/boost/bin.v2/libs/serialization/test/test_complex_xml_archive.test/clang-linux-17~c++11/debug/x86_64/debug-symbols-off/threading-multi/visibility-hidden/test_complex.o" "../libs/serialization/test/test_complex.cpp"

In file included from ../libs/serialization/test/test_complex.cpp:19:
In file included from ../boost/math/special_functions/next.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/serialization/test/test_complex.cpp:19:
In file included from ../boost/math/special_functions/next.hpp:18:
In file included from ../boost/math/special_functions/math_fwd.hpp:28:
In file included from ../boost/math/tools/promotion.hpp:28:
../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:12: error: no member named 'remove_cv_t' in namespace 'std'
using std::remove_cv_t;
      ~~~~~^
../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/serialization/test/test_complex.cpp:19:
In file included from ../boost/math/special_functions/next.hpp:18:
In file included from ../boost/math/special_functions/math_fwd.hpp:28:
In file included from ../boost/math/tools/promotion.hpp:28:
../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/serialization/test/test_complex.cpp:19:
In file included from ../boost/math/special_functions/next.hpp:18:
In file included from ../boost/math/special_functions/math_fwd.hpp:28:
In file included from ../boost/math/tools/promotion.hpp:28:
../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/serialization/test/test_complex.cpp:19:
In file included from ../boost/math/special_functions/next.hpp:18:
In file included from ../boost/math/special_functions/math_fwd.hpp:28:
In file included from ../boost/math/tools/promotion.hpp:28:
../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/serialization/test/test_complex.cpp:19:
In file included from ../boost/math/special_functions/next.hpp:18:
In file included from ../boost/math/special_functions/math_fwd.hpp:28:
In file included from ../boost/math/tools/promotion.hpp:28:
../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/serialization/test/test_complex.cpp:19:
In file included from ../boost/math/special_functions/next.hpp:18:
In file included from ../boost/math/special_functions/math_fwd.hpp:28:
In file included from ../boost/math/tools/promotion.hpp:28:
../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/serialization/test/test_complex.cpp:19:
In file included from ../boost/math/special_functions/next.hpp:18:
In file included from ../boost/math/special_functions/math_fwd.hpp:28:
In file included from ../boost/math/tools/promotion.hpp:28:
../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/serialization/test/test_complex.cpp:19:
In file included from ../boost/math/special_functions/next.hpp:18:
In file included from ../boost/math/special_functions/math_fwd.hpp:28:
In file included from ../boost/math/tools/promotion.hpp:28:
../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/serialization/test/test_complex.cpp:19:
In file included from ../boost/math/special_functions/next.hpp:18:
In file included from ../boost/math/special_functions/math_fwd.hpp:28:
In file included from ../boost/math/tools/promotion.hpp:28:
../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/serialization/test/test_complex.cpp:19:
In file included from ../boost/math/special_functions/next.hpp:18:
In file included from ../boost/math/special_functions/math_fwd.hpp:28:
In file included from ../boost/math/tools/promotion.hpp:28:
../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/serialization/test/test_complex.cpp:19:
In file included from ../boost/math/special_functions/next.hpp:18:
In file included from ../boost/math/special_functions/math_fwd.hpp:28:
In file included from ../boost/math/tools/promotion.hpp:28:
../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/serialization/test/test_complex.cpp:19:
In file included from ../boost/math/special_functions/next.hpp:18:
In file included from ../boost/math/special_functions/math_fwd.hpp:28:
In file included from ../boost/math/tools/promotion.hpp:28:
../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/serialization/test/test_complex.cpp:19:
In file included from ../boost/math/special_functions/next.hpp:18:
In file included from ../boost/math/special_functions/math_fwd.hpp:28:
In file included from ../boost/math/tools/promotion.hpp:28:
../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/serialization/test/test_complex.cpp:19:
In file included from ../boost/math/special_functions/next.hpp:18:
In file included from ../boost/math/special_functions/math_fwd.hpp:28:
In file included from ../boost/math/tools/promotion.hpp:28:
../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/serialization/test/test_complex.cpp:19:
In file included from ../boost/math/special_functions/next.hpp:18:
In file included from ../boost/math/special_functions/math_fwd.hpp:28:
In file included from ../boost/math/tools/promotion.hpp:28:
../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:12: error: no member named 'conditional_t' in namespace 'std'; did you mean 'conditional'?
using std::conditional_t;
      ~~~~~^~~~~~~~~~~~~
           conditional
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/type_traits:2226:12: note: 'conditional' declared here
    struct conditional
           ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
1 warning and 20 errors generated.