Compile [2024-11-14 22:36:50 UTC]: fail
"g++-6" -fvisibility-inlines-hidden -std=gnu++11 -fPIC -m64 -pthread -O0 -fno-inline -Wall -fvisibility=hidden -Wno-missing-braces -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/autodiff_multiprecision.test/gcc-6~gnu11/debug/x86_64/debug-symbols-off/threading-multi/visibility-hidden/autodiff_multiprecision.o" "../libs/math/example/autodiff_multiprecision.cpp"
In file included from ../boost/math/cstdfloat/cstdfloat_types.hpp:17:0,
from ../boost/cstdfloat.hpp:18,
from ../boost/math/differentiation/autodiff.hpp:9,
from ../libs/math/example/autodiff_multiprecision.cpp:6:
../boost/math/tools/config.hpp:28:6: warning: #warning "Boost.Math requires C++14" [-Wcpp]
# warning "Boost.Math requires C++14"
^~~~~~~
In file included from ../boost/multiprecision/cpp_int.hpp:17:0,
from ../boost/multiprecision/cpp_bin_float.hpp:15,
from ../libs/math/example/autodiff_multiprecision.cpp:7:
../boost/multiprecision/detail/standalone_config.hpp:36:7: warning: #warning "The minimum language standard to use Boost.Math will be C++14 starting in July 2023 (Boost 1.82 release)" [-Wcpp]
# 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 ../boost/math/tools/mp.hpp:15:0,
from ../boost/math/policies/policy.hpp:11,
from ../boost/math/constants/constants.hpp:16,
from ../boost/math/cstdfloat/cstdfloat_complex_std.hpp:21,
from ../boost/math/cstdfloat/cstdfloat_complex.hpp:33,
from ../boost/cstdfloat.hpp:49,
from ../boost/math/differentiation/autodiff.hpp:9,
from ../libs/math/example/autodiff_multiprecision.cpp:6:
../boost/math/tools/type_traits.hpp:208:12: error: 'std::is_final' has not been declared
using std::is_final;
^~~~~~~~
../boost/math/tools/type_traits.hpp:259:12: error: 'std::remove_cv_t' has not been declared
using std::remove_cv_t;
^~~~~~~~~~~
../boost/math/tools/type_traits.hpp:261:12: error: 'std::remove_const_t' has not been declared
using std::remove_const_t;
^~~~~~~~~~~~~~
../boost/math/tools/type_traits.hpp:263:12: error: 'std::remove_volatile_t' has not been declared
using std::remove_volatile_t;
^~~~~~~~~~~~~~~~~
../boost/math/tools/type_traits.hpp:265:12: error: 'std::add_cv_t' has not been declared
using std::add_cv_t;
^~~~~~~~
../boost/math/tools/type_traits.hpp:267:12: error: 'std::add_const_t' has not been declared
using std::add_const_t;
^~~~~~~~~~~
../boost/math/tools/type_traits.hpp:269:12: error: 'std::add_volatile_t' has not been declared
using std::add_volatile_t;
^~~~~~~~~~~~~~
../boost/math/tools/type_traits.hpp:273:12: error: 'std::remove_reference_t' has not been declared
using std::remove_reference_t;
^~~~~~~~~~~~~~~~~~
../boost/math/tools/type_traits.hpp:275:12: error: 'std::add_lvalue_reference_t' has not been declared
using std::add_lvalue_reference_t;
^~~~~~~~~~~~~~~~~~~~~~
../boost/math/tools/type_traits.hpp:277:12: error: 'std::add_rvalue_reference_t' has not been declared
using std::add_rvalue_reference_t;
^~~~~~~~~~~~~~~~~~~~~~
../boost/math/tools/type_traits.hpp:281:12: error: 'std::remove_pointer_t' has not been declared
using std::remove_pointer_t;
^~~~~~~~~~~~~~~~
../boost/math/tools/type_traits.hpp:283:12: error: 'std::add_pointer_t' has not been declared
using std::add_pointer_t;
^~~~~~~~~~~~~
../boost/math/tools/type_traits.hpp:287:12: error: 'std::make_signed_t' has not been declared
using std::make_signed_t;
^~~~~~~~~~~~~
../boost/math/tools/type_traits.hpp:289:12: error: 'std::make_unsigned_t' has not been declared
using std::make_unsigned_t;
^~~~~~~~~~~~~~~
../boost/math/tools/type_traits.hpp:293:12: error: 'std::remove_extent_t' has not been declared
using std::remove_extent_t;
^~~~~~~~~~~~~~~
../boost/math/tools/type_traits.hpp:295:12: error: 'std::remove_all_extents_t' has not been declared
using std::remove_all_extents_t;
^~~~~~~~~~~~~~~~~~~~
../boost/math/tools/type_traits.hpp:299:12: error: 'std::decay_t' has not been declared
using std::decay_t;
^~~~~~~
../boost/math/tools/type_traits.hpp:301:12: error: 'std::enable_if_t' has not been declared
using std::enable_if_t;
^~~~~~~~~~~
../boost/math/tools/type_traits.hpp:303:12: error: 'std::conditional_t' has not been declared
using std::conditional_t;
^~~~~~~~~~~~~
../boost/math/tools/type_traits.hpp:305:12: error: 'std::common_type_t' has not been declared
using std::common_type_t;
^~~~~~~~~~~~~
../boost/math/tools/type_traits.hpp:307:12: error: 'std::underlying_type_t' has not been declared
using std::underlying_type_t;
^~~~~~~~~~~~~~~~~
../boost/math/tools/type_traits.hpp:402:47: error: 'is_final' is not a member of 'boost::math'
BOOST_MATH_INLINE_CONSTEXPR bool is_final_v = boost::math::is_final<T>::value;
^~~~~
../boost/math/tools/type_traits.hpp:402:70: error: expected primary-expression before '>' token
BOOST_MATH_INLINE_CONSTEXPR bool is_final_v = boost::math::is_final<T>::value;
^
../boost/math/tools/type_traits.hpp:402:71: error: '::value' has not been declared
BOOST_MATH_INLINE_CONSTEXPR bool is_final_v = boost::math::is_final<T>::value;
^~
In file included from ../boost/math/special_functions/math_fwd.hpp:28:0,
from ../boost/math/special_functions/trunc.hpp:21,
from ../boost/math/differentiation/autodiff.hpp:11,
from ../libs/math/example/autodiff_multiprecision.cpp:6:
../boost/math/tools/promotion.hpp:90:36: error: 'common_type_t' in namespace 'boost::math' does not name a template type
using type = boost::math::common_type_t<T1, T2, float>;
^~~~~~~~~~~~~
In file included from ../boost/math/differentiation/autodiff.hpp:11:0,
from ../libs/math/example/autodiff_multiprecision.cpp:6:
../boost/math/special_functions/trunc.hpp:324:44: error: 'enable_if_t' in namespace 'boost::math' does not name a template type
BOOST_MATH_GPU_ENABLED inline boost::math::enable_if_t<boost::math::is_constructible_v<int, T>, int>
^~~~~~~~~~~
../boost/math/special_functions/trunc.hpp:331:44: error: 'enable_if_t' in namespace 'boost::math' does not name a template type
BOOST_MATH_GPU_ENABLED inline boost::math::enable_if_t<!boost::math::is_constructible_v<int, T>, int>
^~~~~~~~~~~
../boost/math/special_functions/trunc.hpp:339:44: error: 'enable_if_t' in namespace 'boost::math' does not name a template type
BOOST_MATH_GPU_ENABLED inline boost::math::enable_if_t<boost::math::is_constructible_v<long, T>, long>
^~~~~~~~~~~
../boost/math/special_functions/trunc.hpp:346:44: error: 'enable_if_t' in namespace 'boost::math' does not name a template type
BOOST_MATH_GPU_ENABLED inline boost::math::enable_if_t<!boost::math::is_constructible_v<long, T>, long>
^~~~~~~~~~~
../boost/math/special_functions/trunc.hpp:354:44: error: 'enable_if_t' in namespace 'boost::math' does not name a template type
BOOST_MATH_GPU_ENABLED inline boost::math::enable_if_t<boost::math::is_constructible_v<long long, T>, long long>
^~~~~~~~~~~
../boost/math/special_functions/trunc.hpp:361:53: error: 'enable_if_t' in namespace 'boost::math' does not name a template type
BOOST_MATH_GPU_ENABLED inline typename boost::math::enable_if_t<!boost::math::is_constructible_v<long long, T>, long long>
^~~~~~~~~~~
../boost/math/special_functions/trunc.hpp:361:64: error: expected unqualified-id before '<' token
BOOST_MATH_GPU_ENABLED inline typename boost::math::enable_if_t<!boost::math::is_constructible_v<long long, T>, long long>
^
../boost/math/special_functions/trunc.hpp:369:76: error: 'enable_if_t' in namespace 'boost::math' does not name a template type
BOOST_MATH_GPU_ENABLED [[deprecated("Use llconvert")]] inline boost::math::enable_if_t<boost::math::is_constructible_v<long long, T>, long long>
^~~~~~~~~~~
../boost/math/special_functions/trunc.hpp:376:85: error: 'enable_if_t' in namespace 'boost::math' does not name a template type
BOOST_MATH_GPU_ENABLED [[deprecated("Use llconvert")]] inline typename boost::math::enable_if_t<!boost::math::is_constructible_v<long long, T>, long long>
^~~~~~~~~~~
../boost/math/special_functions/trunc.hpp:376:96: error: expected unqualified-id before '<' token
BOOST_MATH_GPU_ENABLED [[deprecated("Use llconvert")]] inline typename boost::math::enable_if_t<!boost::math::is_constructible_v<long long, T>, long long>
^
In file included from ../boost/math/special_functions/detail/polygamma.hpp:24:0,
from ../boost/math/special_functions/polygamma.hpp:15,
from ../boost/math/differentiation/autodiff.hpp:17,
from ../libs/math/example/autodiff_multiprecision.cpp:6:
../boost/math/special_functions/pow.hpp:126:79: error: redeclaration 'constexpr typename boost::math::tools::promote_args<T2>::type boost::math::pow(T, const Policy&)' differs in 'constexpr'
BOOST_MATH_GPU_ENABLED constexpr inline typename tools::promote_args<T>::type pow(T base, const Policy& policy)
^~~
In file included from ../boost/math/special_functions/trunc.hpp:21:0,
from ../boost/math/differentiation/autodiff.hpp:11,
from ../libs/math/example/autodiff_multiprecision.cpp:6:
../boost/math/special_functions/math_fwd.hpp:1173:79: error: from previous declaration 'boost::math::tools::promote_args_t<T> boost::math::pow(T, const Policy&)'
BOOST_MATH_GPU_ENABLED BOOST_MATH_CXX14_CONSTEXPR tools::promote_args_t<T> pow(T base, const Policy& policy);
^~~
In file included from ../boost/math/special_functions/detail/polygamma.hpp:24:0,
from ../boost/math/special_functions/polygamma.hpp:15,
from ../boost/math/differentiation/autodiff.hpp:17,
from ../libs/math/example/autodiff_multiprecision.cpp:6:
../boost/math/special_functions/pow.hpp:133:79: error: redeclaration 'constexpr typename boost::math::tools::promote_args<T2>::type boost::math::pow(T)' differs in 'constexpr'
BOOST_MATH_GPU_ENABLED constexpr inline typename tools::promote_args<T>::type pow(T base)
^~~
In file included from ../boost/math/special_functions/trunc.hpp:21:0,
from ../boost/math/differentiation/autodiff.hpp:11,
from ../libs/math/example/autodiff_multiprecision.cpp:6:
../boost/math/special_functions/math_fwd.hpp:1176:79: error: from previous declaration 'boost::math::tools::promote_args_t<T> boost::math::pow(T)'
BOOST_MATH_GPU_ENABLED BOOST_MATH_CXX14_CONSTEXPR tools::promote_args_t<T> pow(T base);
^~~