Test output: teeks99-dkr-mg13-g11 - graph - gursoy_atun_layout_test / gcc-13~gnu11
Rev 7e09330c84621efd22370bf57289b67c7283ee21 / Mon, 18 Nov 2024 20:11:32 +0000
Compile [2024-11-18 21:29:43 UTC]: fail


    "g++-13"   -fvisibility-inlines-hidden -std=gnu++11 -fPIC -m64 -pthread -O0 -fno-inline -Wall -fvisibility=hidden  -DBOOST_ALL_NO_LIB=1 -DBOOST_COBALT_USE_STD_PMR=1   -I".."  -c -o "/var/boost/run/results/boost/bin.v2/libs/graph/test/gursoy_atun_layout_test.test/gcc-13~gnu11/debug/x86_64/debug-symbols-off/threading-multi/visibility-hidden/gursoy_atun_layout_test.o" "../libs/graph/test/gursoy_atun_layout_test.cpp"

In file included from ../boost/math/constants/constants.hpp:11,
                 from ../boost/graph/topology.hpp:16,
                 from ../boost/graph/gursoy_atun_layout.hpp:34,
                 from ../libs/graph/test/gursoy_atun_layout_test.cpp:10:
../boost/math/tools/config.hpp:28:6: warning: #warning "Boost.Math requires C++14" [-Wcpp]
   28 | #    warning "Boost.Math requires C++14"
      |      ^~~~~~~
In file included from ../boost/math/tools/mp.hpp:15,
                 from ../boost/math/policies/policy.hpp:11,
                 from ../boost/math/constants/constants.hpp:16:
../boost/math/tools/type_traits.hpp:208:12: error: 'is_final' has not been declared in 'std'
  208 | using std::is_final;
      |            ^~~~~~~~
../boost/math/tools/type_traits.hpp:259:12: error: 'remove_cv_t' has not been declared in 'std'
  259 | using std::remove_cv_t;
      |            ^~~~~~~~~~~
../boost/math/tools/type_traits.hpp:261:12: error: 'remove_const_t' has not been declared in 'std'
  261 | using std::remove_const_t;
      |            ^~~~~~~~~~~~~~
../boost/math/tools/type_traits.hpp:263:12: error: 'remove_volatile_t' has not been declared in 'std'
  263 | using std::remove_volatile_t;
      |            ^~~~~~~~~~~~~~~~~
../boost/math/tools/type_traits.hpp:265:12: error: 'add_cv_t' has not been declared in 'std'
  265 | using std::add_cv_t;
      |            ^~~~~~~~
../boost/math/tools/type_traits.hpp:267:12: error: 'add_const_t' has not been declared in 'std'
  267 | using std::add_const_t;
      |            ^~~~~~~~~~~
../boost/math/tools/type_traits.hpp:269:12: error: 'add_volatile_t' has not been declared in 'std'
  269 | using std::add_volatile_t;
      |            ^~~~~~~~~~~~~~
../boost/math/tools/type_traits.hpp:273:12: error: 'remove_reference_t' has not been declared in 'std'
  273 | using std::remove_reference_t;
      |            ^~~~~~~~~~~~~~~~~~
../boost/math/tools/type_traits.hpp:275:12: error: 'add_lvalue_reference_t' has not been declared in 'std'
  275 | using std::add_lvalue_reference_t;
      |            ^~~~~~~~~~~~~~~~~~~~~~
../boost/math/tools/type_traits.hpp:277:12: error: 'add_rvalue_reference_t' has not been declared in 'std'
  277 | using std::add_rvalue_reference_t;
      |            ^~~~~~~~~~~~~~~~~~~~~~
../boost/math/tools/type_traits.hpp:281:12: error: 'remove_pointer_t' has not been declared in 'std'
  281 | using std::remove_pointer_t;
      |            ^~~~~~~~~~~~~~~~
../boost/math/tools/type_traits.hpp:283:12: error: 'add_pointer_t' has not been declared in 'std'
  283 | using std::add_pointer_t;
      |            ^~~~~~~~~~~~~
../boost/math/tools/type_traits.hpp:287:12: error: 'make_signed_t' has not been declared in 'std'
  287 | using std::make_signed_t;
      |            ^~~~~~~~~~~~~
../boost/math/tools/type_traits.hpp:289:12: error: 'make_unsigned_t' has not been declared in 'std'
  289 | using std::make_unsigned_t;
      |            ^~~~~~~~~~~~~~~
../boost/math/tools/type_traits.hpp:293:12: error: 'remove_extent_t' has not been declared in 'std'
  293 | using std::remove_extent_t;
      |            ^~~~~~~~~~~~~~~
../boost/math/tools/type_traits.hpp:295:12: error: 'remove_all_extents_t' has not been declared in 'std'
  295 | using std::remove_all_extents_t;
      |            ^~~~~~~~~~~~~~~~~~~~
../boost/math/tools/type_traits.hpp:299:12: error: 'decay_t' has not been declared in 'std'
  299 | using std::decay_t;
      |            ^~~~~~~
../boost/math/tools/type_traits.hpp:301:12: error: 'enable_if_t' has not been declared in 'std'
  301 | using std::enable_if_t;
      |            ^~~~~~~~~~~
../boost/math/tools/type_traits.hpp:303:12: error: 'conditional_t' has not been declared in 'std'
  303 | using std::conditional_t;
      |            ^~~~~~~~~~~~~
../boost/math/tools/type_traits.hpp:305:12: error: 'common_type_t' has not been declared in 'std'
  305 | using std::common_type_t;
      |            ^~~~~~~~~~~~~
../boost/math/tools/type_traits.hpp:307:12: error: 'underlying_type_t' has not been declared in 'std'
  307 | using std::underlying_type_t;
      |            ^~~~~~~~~~~~~~~~~
../boost/math/tools/type_traits.hpp:315:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  315 | BOOST_MATH_INLINE_CONSTEXPR bool is_void_v = boost::math::is_void<T>::value;
      |                                  ^~~~~~~~~
../boost/math/tools/type_traits.hpp:318:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  318 | BOOST_MATH_INLINE_CONSTEXPR bool is_null_pointer_v = boost::math::is_null_pointer<T>::value;
      |                                  ^~~~~~~~~~~~~~~~~
../boost/math/tools/type_traits.hpp:321:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  321 | BOOST_MATH_INLINE_CONSTEXPR bool is_integral_v = boost::math::is_integral<T>::value;
      |                                  ^~~~~~~~~~~~~
../boost/math/tools/type_traits.hpp:324:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  324 | BOOST_MATH_INLINE_CONSTEXPR bool is_floating_point_v = boost::math::is_floating_point<T>::value;
      |                                  ^~~~~~~~~~~~~~~~~~~
../boost/math/tools/type_traits.hpp:327:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  327 | BOOST_MATH_INLINE_CONSTEXPR bool is_array_v = boost::math::is_array<T>::value;
      |                                  ^~~~~~~~~~
../boost/math/tools/type_traits.hpp:330:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  330 | BOOST_MATH_INLINE_CONSTEXPR bool is_enum_v = boost::math::is_enum<T>::value;
      |                                  ^~~~~~~~~
../boost/math/tools/type_traits.hpp:333:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  333 | BOOST_MATH_INLINE_CONSTEXPR bool is_union_v = boost::math::is_union<T>::value;
      |                                  ^~~~~~~~~~
../boost/math/tools/type_traits.hpp:336:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  336 | BOOST_MATH_INLINE_CONSTEXPR bool is_class_v = boost::math::is_class<T>::value;
      |                                  ^~~~~~~~~~
../boost/math/tools/type_traits.hpp:339:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  339 | BOOST_MATH_INLINE_CONSTEXPR bool is_function_v = boost::math::is_function<T>::value;
      |                                  ^~~~~~~~~~~~~
../boost/math/tools/type_traits.hpp:342:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  342 | BOOST_MATH_INLINE_CONSTEXPR bool is_pointer_v = boost::math::is_pointer<T>::value;
      |                                  ^~~~~~~~~~~~
../boost/math/tools/type_traits.hpp:345:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  345 | BOOST_MATH_INLINE_CONSTEXPR bool is_lvalue_reference_v = boost::math::is_lvalue_reference<T>::value;
      |                                  ^~~~~~~~~~~~~~~~~~~~~
../boost/math/tools/type_traits.hpp:348:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  348 | BOOST_MATH_INLINE_CONSTEXPR bool is_rvalue_reference_v = boost::math::is_rvalue_reference<T>::value;
      |                                  ^~~~~~~~~~~~~~~~~~~~~
../boost/math/tools/type_traits.hpp:351:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  351 | BOOST_MATH_INLINE_CONSTEXPR bool is_member_object_pointer_v = boost::math::is_member_object_pointer<T>::value;
      |                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/math/tools/type_traits.hpp:354:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  354 | BOOST_MATH_INLINE_CONSTEXPR bool is_member_function_pointer_v = boost::math::is_member_function_pointer<T>::value;
      |                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/math/tools/type_traits.hpp:357:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  357 | BOOST_MATH_INLINE_CONSTEXPR bool is_fundamental_v = boost::math::is_fundamental<T>::value;
      |                                  ^~~~~~~~~~~~~~~~
../boost/math/tools/type_traits.hpp:360:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  360 | BOOST_MATH_INLINE_CONSTEXPR bool is_arithmetic_v = boost::math::is_arithmetic<T>::value;
      |                                  ^~~~~~~~~~~~~~~
../boost/math/tools/type_traits.hpp:363:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  363 | BOOST_MATH_INLINE_CONSTEXPR bool is_scalar_v = boost::math::is_scalar<T>::value;
      |                                  ^~~~~~~~~~~
../boost/math/tools/type_traits.hpp:366:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  366 | BOOST_MATH_INLINE_CONSTEXPR bool is_object_v = boost::math::is_object<T>::value;
      |                                  ^~~~~~~~~~~
../boost/math/tools/type_traits.hpp:369:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  369 | BOOST_MATH_INLINE_CONSTEXPR bool is_compound_v = boost::math::is_compound<T>::value;
      |                                  ^~~~~~~~~~~~~
../boost/math/tools/type_traits.hpp:372:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  372 | BOOST_MATH_INLINE_CONSTEXPR bool is_reference_v = boost::math::is_reference<T>::value;
      |                                  ^~~~~~~~~~~~~~
../boost/math/tools/type_traits.hpp:375:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  375 | BOOST_MATH_INLINE_CONSTEXPR bool is_member_pointer_v = boost::math::is_member_pointer<T>::value;
      |                                  ^~~~~~~~~~~~~~~~~~~
../boost/math/tools/type_traits.hpp:378:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  378 | BOOST_MATH_INLINE_CONSTEXPR bool is_const_v = boost::math::is_const<T>::value;
      |                                  ^~~~~~~~~~
../boost/math/tools/type_traits.hpp:381:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  381 | BOOST_MATH_INLINE_CONSTEXPR bool is_volatile_v = boost::math::is_volatile<T>::value;
      |                                  ^~~~~~~~~~~~~
../boost/math/tools/type_traits.hpp:384:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  384 | BOOST_MATH_INLINE_CONSTEXPR bool is_trivial_v = boost::math::is_trivial<T>::value;
      |                                  ^~~~~~~~~~~~
../boost/math/tools/type_traits.hpp:387:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  387 | BOOST_MATH_INLINE_CONSTEXPR bool is_trivially_copyable_v = boost::math::is_trivially_copyable<T>::value;
      |                                  ^~~~~~~~~~~~~~~~~~~~~~~
../boost/math/tools/type_traits.hpp:390:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  390 | BOOST_MATH_INLINE_CONSTEXPR bool is_standard_layout_v = boost::math::is_standard_layout<T>::value;
      |                                  ^~~~~~~~~~~~~~~~~~~~
../boost/math/tools/type_traits.hpp:393:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  393 | BOOST_MATH_INLINE_CONSTEXPR bool is_empty_v = boost::math::is_empty<T>::value;
      |                                  ^~~~~~~~~~
../boost/math/tools/type_traits.hpp:396:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  396 | BOOST_MATH_INLINE_CONSTEXPR bool is_polymorphic_v = boost::math::is_polymorphic<T>::value;
      |                                  ^~~~~~~~~~~~~~~~
../boost/math/tools/type_traits.hpp:399:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  399 | BOOST_MATH_INLINE_CONSTEXPR bool is_abstract_v = boost::math::is_abstract<T>::value;
      |                                  ^~~~~~~~~~~~~
../boost/math/tools/type_traits.hpp:402:60: error: 'is_final' is not a member of 'boost::math'; did you mean 'is_final_v'?
  402 | BOOST_MATH_INLINE_CONSTEXPR bool is_final_v = boost::math::is_final<T>::value;
      |                                                            ^~~~~~~~
      |                                                            is_final_v
../boost/math/tools/type_traits.hpp:402:70: error: expected primary-expression before '>' token
  402 | BOOST_MATH_INLINE_CONSTEXPR bool is_final_v = boost::math::is_final<T>::value;
      |                                                                      ^
../boost/math/tools/type_traits.hpp:402:73: error: '::value' has not been declared
  402 | BOOST_MATH_INLINE_CONSTEXPR bool is_final_v = boost::math::is_final<T>::value;
      |                                                                         ^~~~~
../boost/math/tools/type_traits.hpp:402:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  402 | BOOST_MATH_INLINE_CONSTEXPR bool is_final_v = boost::math::is_final<T>::value;
      |                                  ^~~~~~~~~~
../boost/math/tools/type_traits.hpp:405:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  405 | BOOST_MATH_INLINE_CONSTEXPR bool is_signed_v = boost::math::is_signed<T>::value;
      |                                  ^~~~~~~~~~~
../boost/math/tools/type_traits.hpp:408:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  408 | BOOST_MATH_INLINE_CONSTEXPR bool is_unsigned_v = boost::math::is_unsigned<T>::value;
      |                                  ^~~~~~~~~~~~~
../boost/math/tools/type_traits.hpp:411:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  411 | BOOST_MATH_INLINE_CONSTEXPR bool is_constructible_v = boost::math::is_constructible<T, Args...>::value;
      |                                  ^~~~~~~~~~~~~~~~~~
../boost/math/tools/type_traits.hpp:414:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  414 | BOOST_MATH_INLINE_CONSTEXPR bool is_trivially_constructible_v = boost::math::is_trivially_constructible<T, Args...>::value;
      |                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/math/tools/type_traits.hpp:417:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  417 | BOOST_MATH_INLINE_CONSTEXPR bool is_nothrow_constructible_v = boost::math::is_nothrow_constructible<T, Args...>::value;
      |                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/math/tools/type_traits.hpp:420:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  420 | BOOST_MATH_INLINE_CONSTEXPR bool is_default_constructible_v = boost::math::is_default_constructible<T>::value;
      |                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/math/tools/type_traits.hpp:423:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  423 | BOOST_MATH_INLINE_CONSTEXPR bool is_trivially_default_constructible_v = boost::math::is_trivially_default_constructible<T>::value;
      |                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/math/tools/type_traits.hpp:426:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  426 | BOOST_MATH_INLINE_CONSTEXPR bool is_nothrow_default_constructible_v = boost::math::is_nothrow_default_constructible<T>::value;
      |                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/math/tools/type_traits.hpp:429:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  429 | BOOST_MATH_INLINE_CONSTEXPR bool is_copy_constructible_v = boost::math::is_copy_constructible<T>::value;
      |                                  ^~~~~~~~~~~~~~~~~~~~~~~
../boost/math/tools/type_traits.hpp:432:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  432 | BOOST_MATH_INLINE_CONSTEXPR bool is_trivially_copy_constructible_v = boost::math::is_trivially_copy_constructible<T>::value;
      |                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/math/tools/type_traits.hpp:435:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  435 | BOOST_MATH_INLINE_CONSTEXPR bool is_nothrow_copy_constructible_v = boost::math::is_nothrow_copy_constructible<T>::value;
      |                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/math/tools/type_traits.hpp:438:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  438 | BOOST_MATH_INLINE_CONSTEXPR bool is_move_constructible_v = boost::math::is_move_constructible<T>::value;
      |                                  ^~~~~~~~~~~~~~~~~~~~~~~
../boost/math/tools/type_traits.hpp:441:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  441 | BOOST_MATH_INLINE_CONSTEXPR bool is_trivially_move_constructible_v = boost::math::is_trivially_move_constructible<T>::value;
      |                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/math/tools/type_traits.hpp:444:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  444 | BOOST_MATH_INLINE_CONSTEXPR bool is_nothrow_move_constructible_v = boost::math::is_nothrow_move_constructible<T>::value;
      |                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/math/tools/type_traits.hpp:447:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  447 | BOOST_MATH_INLINE_CONSTEXPR bool is_assignable_v = boost::math::is_assignable<T, U>::value;
      |                                  ^~~~~~~~~~~~~~~
../boost/math/tools/type_traits.hpp:450:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  450 | BOOST_MATH_INLINE_CONSTEXPR bool is_trivially_assignable_v = boost::math::is_trivially_assignable<T, U>::value;
      |                                  ^~~~~~~~~~~~~~~~~~~~~~~~~
../boost/math/tools/type_traits.hpp:453:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  453 | BOOST_MATH_INLINE_CONSTEXPR bool is_nothrow_assignable_v = boost::math::is_nothrow_assignable<T, U>::value;
      |                                  ^~~~~~~~~~~~~~~~~~~~~~~
../boost/math/tools/type_traits.hpp:456:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  456 | BOOST_MATH_INLINE_CONSTEXPR bool is_copy_assignable_v = boost::math::is_copy_assignable<T>::value;
      |                                  ^~~~~~~~~~~~~~~~~~~~
../boost/math/tools/type_traits.hpp:459:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  459 | BOOST_MATH_INLINE_CONSTEXPR bool is_trivially_copy_assignable_v = boost::math::is_trivially_copy_assignable<T>::value;
      |                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/math/tools/type_traits.hpp:462:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  462 | BOOST_MATH_INLINE_CONSTEXPR bool is_nothrow_copy_assignable_v = boost::math::is_nothrow_copy_assignable<T>::value;
      |                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/math/tools/type_traits.hpp:465:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  465 | BOOST_MATH_INLINE_CONSTEXPR bool is_move_assignable_v = boost::math::is_move_assignable<T>::value;
      |                                  ^~~~~~~~~~~~~~~~~~~~
../boost/math/tools/type_traits.hpp:468:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  468 | BOOST_MATH_INLINE_CONSTEXPR bool is_trivially_move_assignable_v = boost::math::is_trivially_move_assignable<T>::value;
      |                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/math/tools/type_traits.hpp:471:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  471 | BOOST_MATH_INLINE_CONSTEXPR bool is_nothrow_move_assignable_v = boost::math::is_nothrow_move_assignable<T>::value;
      |                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/math/tools/type_traits.hpp:474:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  474 | BOOST_MATH_INLINE_CONSTEXPR bool is_destructible_v = boost::math::is_destructible<T>::value;
      |                                  ^~~~~~~~~~~~~~~~~
../boost/math/tools/type_traits.hpp:477:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  477 | BOOST_MATH_INLINE_CONSTEXPR bool is_trivially_destructible_v = boost::math::is_trivially_destructible<T>::value;
      |                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/math/tools/type_traits.hpp:480:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  480 | BOOST_MATH_INLINE_CONSTEXPR bool is_nothrow_destructible_v = boost::math::is_nothrow_destructible<T>::value;
      |                                  ^~~~~~~~~~~~~~~~~~~~~~~~~
../boost/math/tools/type_traits.hpp:483:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  483 | BOOST_MATH_INLINE_CONSTEXPR bool has_virtual_destructor_v = boost::math::has_virtual_destructor<T>::value;
      |                                  ^~~~~~~~~~~~~~~~~~~~~~~~
../boost/math/tools/type_traits.hpp:486:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  486 | BOOST_MATH_INLINE_CONSTEXPR bool is_same_v = boost::math::is_same<T, U>::value;
      |                                  ^~~~~~~~~
../boost/math/tools/type_traits.hpp:489:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  489 | BOOST_MATH_INLINE_CONSTEXPR bool is_base_of_v = boost::math::is_base_of<T, U>::value;
      |                                  ^~~~~~~~~~~~
In file included from ../boost/math/special_functions/math_fwd.hpp:28,
                 from ../boost/math/special_functions/hypot.hpp:18,
                 from ../boost/graph/topology.hpp:17:
../boost/math/tools/promotion.hpp:90:36: error: 'common_type_t' in namespace 'boost::math' does not name a template type; did you mean 'common_type'?
   90 |          using type = boost::math::common_type_t<T1, T2, float>;
      |                                    ^~~~~~~~~~~~~
      |                                    common_type
../boost/math/tools/promotion.hpp: In instantiation of 'struct boost::math::tools::promote_args_permissive<double, double>':
../boost/math/tools/promotion.hpp:119:16:   required from 'struct boost::math::tools::promote_args<double, double>'
../boost/math/tools/promotion.hpp:129:13:   required by substitution of 'template<class ... Args> using boost::math::tools::promote_args_t = typename boost::math::tools::promote_args::type [with Args = {double, double}]'
../boost/math/special_functions/hypot.hpp:60:4:   required by substitution of 'template<class T1, class T2> boost::math::tools::promote_args_t<RT1, RT2> boost::math::hypot(T1, T2) [with T1 = double; T2 = double]'
../boost/graph/topology.hpp:158:38:   required from here
../boost/math/tools/promotion.hpp:105:16: error: no type named 'type' in 'struct boost::math::tools::pa2_integral_already_removed<double, double, true>'
  105 |          using type = typename pa2_integral_already_removed<
      |                ^~~~
../boost/graph/topology.hpp: In member function 'double boost::convex_topology<Dims>::distance(point, point) const':
../boost/graph/topology.hpp:158:38: error: no matching function for call to 'hypot(double&, double&)'
  158 |             dist = boost::math::hypot(dist, diff);
      |                    ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
../boost/math/special_functions/hypot.hpp:60:4: note: candidate: 'template<class T1, class T2> boost::math::tools::promote_args_t<RT1, RT2> boost::math::hypot(T1, T2)'
   60 |    hypot(T1 x, T2 y)
      |    ^~~~~
../boost/math/special_functions/hypot.hpp:60:4: note:   substitution of deduced template arguments resulted in errors seen above
../boost/math/special_functions/hypot.hpp:69:4: note: candidate: 'template<class T1, class T2, class Policy> boost::math::tools::promote_args_t<RT1, RT2> boost::math::hypot(T1, T2, const Policy&)'
   69 |    hypot(T1 x, T2 y, const Policy& pol)
      |    ^~~~~
../boost/math/special_functions/hypot.hpp:69:4: note:   template argument deduction/substitution failed:
../boost/graph/topology.hpp:158:38: note:   candidate expects 3 arguments, 2 provided
  158 |             dist = boost::math::hypot(dist, diff);
      |                    ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
../boost/graph/topology.hpp: In instantiation of 'bool boost::heart_topology<RandomNumberGenerator>::in_heart(point) const [with RandomNumberGenerator = boost::random::linear_congruential_engine<unsigned int, 48271, 0, 2147483647>]':
../boost/graph/topology.hpp:646:19:   required from 'boost::heart_topology<RandomNumberGenerator>::point boost::heart_topology<RandomNumberGenerator>::random_point() const [with RandomNumberGenerator = boost::random::linear_congruential_engine<unsigned int, 48271, 0, 2147483647>]'
../boost/graph/gursoy_atun_layout.hpp:258:45:   required from 'void boost::gursoy_atun_layout(const VertexListAndIncidenceGraph&, const Topology&, PositionMap, int, double, double, double, double, VertexIndexMap, EdgeWeightMap) [with VertexListAndIncidenceGraph = adjacency_list<vecS, vecS, undirectedS, no_property, property<edge_weight_t, double> >; Topology = heart_topology<>; PositionMap = iterator_property_map<__gnu_cxx::__normal_iterator<heart_topology<>::point*, std::vector<heart_topology<>::point> >, vec_adj_list_vertex_id_map<no_property, long unsigned int>, heart_topology<>::point, heart_topology<>::point&>; VertexIndexMap = vec_adj_list_vertex_id_map<no_property, long unsigned int>; EdgeWeightMap = adj_list_edge_property_map<undirected_tag, double, double&, long unsigned int, property<edge_weight_t, double>, edge_weight_t>]'
../boost/graph/gursoy_atun_layout.hpp:324:23:   required from 'void boost::gursoy_atun_layout(const VertexListAndIncidenceGraph&, const Topology&, PositionMap, const bgl_named_params<P, T, R>&) [with VertexListAndIncidenceGraph = adjacency_list<vecS, vecS, undirectedS, no_property, property<edge_weight_t, double> >; Topology = heart_topology<>; PositionMap = iterator_property_map<__gnu_cxx::__normal_iterator<heart_topology<>::point*, std::vector<heart_topology<>::point> >, vec_adj_list_vertex_id_map<no_property, long unsigned int>, heart_topology<>::point, heart_topology<>::point&>; P = adj_list_edge_property_map<undirected_tag, double, double&, long unsigned int, property<edge_weight_t, double>, edge_weight_t>; T = edge_weight_t; R = no_property]'
../libs/graph/test/gursoy_atun_layout_test.cpp:141:30:   required from here
../boost/graph/topology.hpp:593:31: error: no matching function for call to 'hypot(double, double)'
  593 |         if (boost::math::hypot(p[0] - -500, p[1] - -500)
      |             ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/math/special_functions/hypot.hpp:60:4: note: candidate: 'template<class T1, class T2> boost::math::tools::promote_args_t<RT1, RT2> boost::math::hypot(T1, T2)'
   60 |    hypot(T1 x, T2 y)
      |    ^~~~~
../boost/math/special_functions/hypot.hpp:60:4: note:   template argument deduction/substitution failed:
../boost/math/special_functions/hypot.hpp:69:4: note: candidate: 'template<class T1, class T2, class Policy> boost::math::tools::promote_args_t<RT1, RT2> boost::math::hypot(T1, T2, const Policy&)'
   69 |    hypot(T1 x, T2 y, const Policy& pol)
      |    ^~~~~
../boost/math/special_functions/hypot.hpp:69:4: note:   template argument deduction/substitution failed:
../boost/graph/topology.hpp:593:31: note:   candidate expects 3 arguments, 2 provided
  593 |         if (boost::math::hypot(p[0] - -500, p[1] - -500)
      |             ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/graph/topology.hpp:596:31: error: no matching function for call to 'hypot(double, double)'
  596 |         if (boost::math::hypot(p[0] - 500, p[1] - -500)
      |             ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
../boost/math/special_functions/hypot.hpp:60:4: note: candidate: 'template<class T1, class T2> boost::math::tools::promote_args_t<RT1, RT2> boost::math::hypot(T1, T2)'
   60 |    hypot(T1 x, T2 y)
      |    ^~~~~
../boost/math/special_functions/hypot.hpp:60:4: note:   template argument deduction/substitution failed:
../boost/math/special_functions/hypot.hpp:69:4: note: candidate: 'template<class T1, class T2, class Policy> boost::math::tools::promote_args_t<RT1, RT2> boost::math::hypot(T1, T2, const Policy&)'
   69 |    hypot(T1 x, T2 y, const Policy& pol)
      |    ^~~~~
../boost/math/special_functions/hypot.hpp:69:4: note:   template argument deduction/substitution failed:
../boost/graph/topology.hpp:596:31: note:   candidate expects 3 arguments, 2 provided
  596 |         if (boost::math::hypot(p[0] - 500, p[1] - -500)
      |             ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
../boost/graph/topology.hpp: In instantiation of 'double boost::heart_topology<RandomNumberGenerator>::distance(point, point) const [with RandomNumberGenerator = boost::random::linear_congruential_engine<unsigned int, 48271, 0, 2147483647>]':
../boost/graph/gursoy_atun_layout.hpp:172:46:   required from 'void boost::gursoy_atun_step(const VertexListAndIncidenceGraph&, const Topology&, PositionMap, Diameter, double, VertexIndexMap, EdgeWeightMap) [with VertexListAndIncidenceGraph = adjacency_list<vecS, vecS, undirectedS, no_property, property<edge_weight_t, double> >; Topology = heart_topology<>; PositionMap = iterator_property_map<__gnu_cxx::__normal_iterator<heart_topology<>::point*, std::vector<heart_topology<>::point> >, vec_adj_list_vertex_id_map<no_property, long unsigned int>, heart_topology<>::point, heart_topology<>::point&>; Diameter = int; VertexIndexMap = vec_adj_list_vertex_id_map<no_property, long unsigned int>; EdgeWeightMap = adj_list_edge_property_map<undirected_tag, double, double&, long unsigned int, property<edge_weight_t, double>, edge_weight_t>]'
../boost/graph/gursoy_atun_layout.hpp:239:25:   required from 'void boost::gursoy_atun_refine(const VertexListAndIncidenceGraph&, const Topology&, PositionMap, int, double, double, double, double, VertexIndexMap, EdgeWeightMap) [with VertexListAndIncidenceGraph = adjacency_list<vecS, vecS, undirectedS, no_property, property<edge_weight_t, double> >; Topology = heart_topology<>; PositionMap = iterator_property_map<__gnu_cxx::__normal_iterator<heart_topology<>::point*, std::vector<heart_topology<>::point> >, vec_adj_list_vertex_id_map<no_property, long unsigned int>, heart_topology<>::point, heart_topology<>::point&>; VertexIndexMap = vec_adj_list_vertex_id_map<no_property, long unsigned int>; EdgeWeightMap = adj_list_edge_property_map<undirected_tag, double, double&, long unsigned int, property<edge_weight_t, double>, edge_weight_t>]'
../boost/graph/gursoy_atun_layout.hpp:260:23:   required from 'void boost::gursoy_atun_layout(const VertexListAndIncidenceGraph&, const Topology&, PositionMap, int, double, double, double, double, VertexIndexMap, EdgeWeightMap) [with VertexListAndIncidenceGraph = adjacency_list<vecS, vecS, undirectedS, no_property, property<edge_weight_t, double> >; Topology = heart_topology<>; PositionMap = iterator_property_map<__gnu_cxx::__normal_iterator<heart_topology<>::point*, std::vector<heart_topology<>::point> >, vec_adj_list_vertex_id_map<no_property, long unsigned int>, heart_topology<>::point, heart_topology<>::point&>; VertexIndexMap = vec_adj_list_vertex_id_map<no_property, long unsigned int>; EdgeWeightMap = adj_list_edge_property_map<undirected_tag, double, double&, long unsigned int, property<edge_weight_t, double>, edge_weight_t>]'
../boost/graph/gursoy_atun_layout.hpp:324:23:   required from 'void boost::gursoy_atun_layout(const VertexListAndIncidenceGraph&, const Topology&, PositionMap, const bgl_named_params<P, T, R>&) [with VertexListAndIncidenceGraph = adjacency_list<vecS, vecS, undirectedS, no_property, property<edge_weight_t, double> >; Topology = heart_topology<>; PositionMap = iterator_property_map<__gnu_cxx::__normal_iterator<heart_topology<>::point*, std::vector<heart_topology<>::point> >, vec_adj_list_vertex_id_map<no_property, long unsigned int>, heart_topology<>::point, heart_topology<>::point&>; P = adj_list_edge_property_map<undirected_tag, double, double&, long unsigned int, property<edge_weight_t, double>, edge_weight_t>; T = edge_weight_t; R = no_property]'
../libs/graph/test/gursoy_atun_layout_test.cpp:141:30:   required from here
../boost/graph/topology.hpp:658:38: error: no matching function for call to 'hypot(double, double)'
  658 |             return boost::math::hypot(b[0] - a[0], b[1] - a[1]);
      |                    ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/math/special_functions/hypot.hpp:60:4: note: candidate: 'template<class T1, class T2> boost::math::tools::promote_args_t<RT1, RT2> boost::math::hypot(T1, T2)'
   60 |    hypot(T1 x, T2 y)
      |    ^~~~~
../boost/math/special_functions/hypot.hpp:60:4: note:   template argument deduction/substitution failed:
../boost/math/special_functions/hypot.hpp:69:4: note: candidate: 'template<class T1, class T2, class Policy> boost::math::tools::promote_args_t<RT1, RT2> boost::math::hypot(T1, T2, const Policy&)'
   69 |    hypot(T1 x, T2 y, const Policy& pol)
      |    ^~~~~
../boost/math/special_functions/hypot.hpp:69:4: note:   template argument deduction/substitution failed:
../boost/graph/topology.hpp:658:38: note:   candidate expects 3 arguments, 2 provided
  658 |             return boost::math::hypot(b[0] - a[0], b[1] - a[1]);
      |                    ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/graph/topology.hpp:663:38: error: no matching function for call to 'hypot(double&, double&)'
  663 |             return boost::math::hypot(a[0], a[1])
      |                    ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
../boost/math/special_functions/hypot.hpp:60:4: note: candidate: 'template<class T1, class T2> boost::math::tools::promote_args_t<RT1, RT2> boost::math::hypot(T1, T2)'
   60 |    hypot(T1 x, T2 y)
      |    ^~~~~
../boost/math/special_functions/hypot.hpp:60:4: note:   template argument deduction/substitution failed:
../boost/math/special_functions/hypot.hpp:69:4: note: candidate: 'template<class T1, class T2, class Policy> boost::math::tools::promote_args_t<RT1, RT2> boost::math::hypot(T1, T2, const Policy&)'
   69 |    hypot(T1 x, T2 y, const Policy& pol)
      |    ^~~~~
../boost/math/special_functions/hypot.hpp:69:4: note:   template argument deduction/substitution failed:
../boost/graph/topology.hpp:663:38: note:   candidate expects 3 arguments, 2 provided
  663 |             return boost::math::hypot(a[0], a[1])
      |                    ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
../boost/graph/topology.hpp:664:37: error: no matching function for call to 'hypot(double&, double&)'
  664 |                 + boost::math::hypot(b[0], b[1]);
      |                   ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
../boost/math/special_functions/hypot.hpp:60:4: note: candidate: 'template<class T1, class T2> boost::math::tools::promote_args_t<RT1, RT2> boost::math::hypot(T1, T2)'
   60 |    hypot(T1 x, T2 y)
      |    ^~~~~
../boost/math/special_functions/hypot.hpp:60:4: note:   template argument deduction/substitution failed:
../boost/math/special_functions/hypot.hpp:69:4: note: candidate: 'template<class T1, class T2, class Policy> boost::math::tools::promote_args_t<RT1, RT2> boost::math::hypot(T1, T2, const Policy&)'
   69 |    hypot(T1 x, T2 y, const Policy& pol)
      |    ^~~~~
../boost/math/special_functions/hypot.hpp:69:4: note:   template argument deduction/substitution failed:
../boost/graph/topology.hpp:664:37: note:   candidate expects 3 arguments, 2 provided
  664 |                 + boost::math::hypot(b[0], b[1]);
      |                   ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
../boost/graph/topology.hpp: In instantiation of 'boost::heart_topology<RandomNumberGenerator>::point boost::heart_topology<RandomNumberGenerator>::move_position_toward(point, double, point) const [with RandomNumberGenerator = boost::random::linear_congruential_engine<unsigned int, 48271, 0, 2147483647>]':
../boost/graph/gursoy_atun_layout.hpp:91:43:   required from 'void boost::detail::update_position_visitor<PositionMap, NodeDistanceMap, Topology, Graph>::operator()(vertex_descriptor, const Graph&) const [with PositionMap = boost::iterator_property_map<__gnu_cxx::__normal_iterator<boost::heart_topology<>::point*, std::vector<boost::heart_topology<>::point> >, boost::vec_adj_list_vertex_id_map<boost::no_property, long unsigned int>, boost::heart_topology<>::point, boost::heart_topology<>::point&>; NodeDistanceMap = boost::iterator_property_map<__gnu_cxx::__normal_iterator<double*, std::vector<double> >, boost::vec_adj_list_vertex_id_map<boost::no_property, long unsigned int>, double, double&>; Topology = boost::heart_topology<>; Graph = boost::adjacency_list<boost::vecS, boost::vecS, boost::undirectedS, boost::no_property, boost::property<boost::edge_weight_t, double> >; vertex_descriptor = long unsigned int]'
../boost/graph/visitors.hpp:225:10:   required from 'void boost::detail::invoke_dispatch(Visitor&, T, Graph&, mpl_::true_) [with Visitor = update_position_visitor<boost::iterator_property_map<__gnu_cxx::__normal_iterator<boost::heart_topology<>::point*, std::vector<boost::heart_topology<>::point> >, boost::vec_adj_list_vertex_id_map<boost::no_property, long unsigned int>, boost::heart_topology<>::point, boost::heart_topology<>::point&>, boost::iterator_property_map<__gnu_cxx::__normal_iterator<double*, std::vector<double> >, boost::vec_adj_list_vertex_id_map<boost::no_property, long unsigned int>, double, double&>, boost::heart_topology<>, boost::adjacency_list<boost::vecS, boost::vecS, boost::undirectedS, boost::no_property, boost::property<boost::edge_weight_t, double> > >; T = long unsigned int; Graph = const boost::adjacency_list<boost::vecS, boost::vecS, boost::undirectedS, boost::no_property, boost::property<boost::edge_weight_t, double> >; mpl_::true_ = mpl_::bool_<true>]'
../boost/graph/visitors.hpp:248:28:   required from 'void boost::invoke_visitors(Visitor&, T, Graph&, Tag) [with Visitor = detail::update_position_visitor<iterator_property_map<__gnu_cxx::__normal_iterator<heart_topology<>::point*, std::vector<heart_topology<>::point> >, vec_adj_list_vertex_id_map<no_property, long unsigned int>, heart_topology<>::point, heart_topology<>::point&>, iterator_property_map<__gnu_cxx::__normal_iterator<double*, std::vector<double> >, vec_adj_list_vertex_id_map<no_property, long unsigned int>, double, double&>, heart_topology<>, adjacency_list<vecS, vecS, undirectedS, no_property, property<edge_weight_t, double> > >; T = long unsigned int; Graph = const adjacency_list<vecS, vecS, undirectedS, no_property, property<edge_weight_t, double> >; Tag = on_examine_vertex]'
../boost/graph/visitors.hpp:241:20:   required from 'void boost::invoke_visitors(std::pair<_T1, _T2>&, T, Graph&, Tag) [with Visitor = distance_recorder<iterator_property_map<__gnu_cxx::__normal_iterator<double*, std::vector<double> >, vec_adj_list_vertex_id_map<no_property, long unsigned int>, double, double&>, on_tree_edge>; Rest = detail::update_position_visitor<iterator_property_map<__gnu_cxx::__normal_iterator<heart_topology<>::point*, std::vector<heart_topology<>::point> >, vec_adj_list_vertex_id_map<no_property, long unsigned int>, heart_topology<>::point, heart_topology<>::point&>, iterator_property_map<__gnu_cxx::__normal_iterator<double*, std::vector<double> >, vec_adj_list_vertex_id_map<no_property, long unsigned int>, double, double&>, heart_topology<>, adjacency_list<vecS, vecS, undirectedS, no_property, property<edge_weight_t, double> > >; T = long unsigned int; Graph = const adjacency_list<vecS, vecS, undirectedS, no_property, property<edge_weight_t, double> >; Tag = on_examine_vertex]'
../boost/graph/breadth_first_search.hpp:181:24:   required from 'boost::graph::bfs_visitor_event_not_overridden boost::bfs_visitor<Visitors>::examine_vertex(Vertex, Graph&) [with Vertex = long unsigned int; Graph = const boost::adjacency_list<boost::vecS, boost::vecS, boost::undirectedS, boost::no_property, boost::property<boost::edge_weight_t, double> >; Visitors = std::pair<boost::distance_recorder<boost::iterator_property_map<__gnu_cxx::__normal_iterator<double*, std::vector<double> >, boost::vec_adj_list_vertex_id_map<boost::no_property, long unsigned int>, double, double&>, boost::on_tree_edge>, boost::detail::update_position_visitor<boost::iterator_property_map<__gnu_cxx::__normal_iterator<boost::heart_topology<>::point*, std::vector<boost::heart_topology<>::point> >, boost::vec_adj_list_vertex_id_map<boost::no_property, long unsigned int>, boost::heart_topology<>::point, boost::heart_topology<>::point&>, boost::iterator_property_map<__gnu_cxx::__normal_iterator<double*, std::vector<double> >, boost::vec_adj_list_vertex_id_map<boost::no_property, long unsigned int>, double, double&>, boost::heart_topology<>, boost::adjacency_list<boost::vecS, boost::vecS, boost::undirectedS, boost::no_property, boost::property<boost::edge_weight_t, double> > > >]'
../boost/graph/breadth_first_search.hpp:82:27:   [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
../boost/graph/gursoy_atun_layout.hpp:260:23:   required from 'void boost::gursoy_atun_layout(const VertexListAndIncidenceGraph&, const Topology&, PositionMap, int, double, double, double, double, VertexIndexMap, EdgeWeightMap) [with VertexListAndIncidenceGraph = adjacency_list<vecS, vecS, undirectedS, no_property, property<edge_weight_t, double> >; Topology = heart_topology<>; PositionMap = iterator_property_map<__gnu_cxx::__normal_iterator<heart_topology<>::point*, std::vector<heart_topology<>::point> >, vec_adj_list_vertex_id_map<no_property, long unsigned int>, heart_topology<>::point, heart_topology<>::point&>; VertexIndexMap = vec_adj_list_vertex_id_map<no_property, long unsigned int>; EdgeWeightMap = dummy_property_map]'
../boost/graph/gursoy_atun_layout.hpp:273:23:   required from 'void boost::gursoy_atun_layout(const VertexListAndIncidenceGraph&, const Topology&, PositionMap, int, double, double, double, double, VertexIndexMap) [with VertexListAndIncidenceGraph = adjacency_list<vecS, vecS, undirectedS, no_property, property<edge_weight_t, double> >; Topology = heart_topology<>; PositionMap = iterator_property_map<__gnu_cxx::__normal_iterator<heart_topology<>::point*, std::vector<heart_topology<>::point> >, vec_adj_list_vertex_id_map<no_property, long unsigned int>, heart_topology<>::point, heart_topology<>::point&>; VertexIndexMap = vec_adj_list_vertex_id_map<no_property, long unsigned int>]'
../boost/graph/gursoy_atun_layout.hpp:286:23:   required from 'void boost::gursoy_atun_layout(const VertexListAndIncidenceGraph&, const Topology&, PositionMap, int, double, double, double, double) [with VertexListAndIncidenceGraph = adjacency_list<vecS, vecS, undirectedS, no_property, property<edge_weight_t, double> >; Topology = heart_topology<>; PositionMap = iterator_property_map<__gnu_cxx::__normal_iterator<heart_topology<>::point*, std::vector<heart_topology<>::point> >, vec_adj_list_vertex_id_map<no_property, long unsigned int>, heart_topology<>::point, heart_topology<>::point&>]'
../boost/graph/gursoy_atun_layout.hpp:300:23:   required from 'void boost::gursoy_atun_layout(const VertexListAndIncidenceGraph&, const Topology&, PositionMap, int) [with VertexListAndIncidenceGraph = adjacency_list<vecS, vecS, undirectedS, no_property, property<edge_weight_t, double> >; Topology = heart_topology<>; PositionMap = iterator_property_map<__gnu_cxx::__normal_iterator<heart_topology<>::point*, std::vector<heart_topology<>::point> >, vec_adj_list_vertex_id_map<no_property, long unsigned int>, heart_topology<>::point, heart_topology<>::point&>]'
../boost/graph/gursoy_atun_layout.hpp:309:23:   required from 'void boost::gursoy_atun_layout(const VertexListAndIncidenceGraph&, const Topology&, PositionMap) [with VertexListAndIncidenceGraph = adjacency_list<vecS, vecS, undirectedS, no_property, property<edge_weight_t, double> >; Topology = heart_topology<>; PositionMap = iterator_property_map<__gnu_cxx::__normal_iterator<heart_topology<>::point*, std::vector<heart_topology<>::point> >, vec_adj_list_vertex_id_map<no_property, long unsigned int>, heart_topology<>::point, heart_topology<>::point&>]'
../libs/graph/test/gursoy_atun_layout_test.cpp:131:30:   required from here
../boost/graph/topology.hpp:678:60: error: no matching function for call to 'hypot(double&, double&)'
  678 |             double distance_to_point_a = boost::math::hypot(a[0], a[1]);
      |                                          ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
../boost/math/special_functions/hypot.hpp:60:4: note: candidate: 'template<class T1, class T2> boost::math::tools::promote_args_t<RT1, RT2> boost::math::hypot(T1, T2)'
   60 |    hypot(T1 x, T2 y)
      |    ^~~~~
../boost/math/special_functions/hypot.hpp:60:4: note:   template argument deduction/substitution failed:
../boost/math/special_functions/hypot.hpp:69:4: note: candidate: 'template<class T1, class T2, class Policy> boost::math::tools::promote_args_t<RT1, RT2> boost::math::hypot(T1, T2, const Policy&)'
   69 |    hypot(T1 x, T2 y, const Policy& pol)
      |    ^~~~~
../boost/math/special_functions/hypot.hpp:69:4: note:   template argument deduction/substitution failed:
../boost/graph/topology.hpp:678:60: note:   candidate expects 3 arguments, 2 provided
  678 |             double distance_to_point_a = boost::math::hypot(a[0], a[1]);
      |                                          ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
../boost/graph/topology.hpp:679:60: error: no matching function for call to 'hypot(double&, double&)'
  679 |             double distance_to_point_b = boost::math::hypot(b[0], b[1]);
      |                                          ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
../boost/math/special_functions/hypot.hpp:60:4: note: candidate: 'template<class T1, class T2> boost::math::tools::promote_args_t<RT1, RT2> boost::math::hypot(T1, T2)'
   60 |    hypot(T1 x, T2 y)
      |    ^~~~~
../boost/math/special_functions/hypot.hpp:60:4: note:   template argument deduction/substitution failed:
../boost/math/special_functions/hypot.hpp:69:4: note: candidate: 'template<class T1, class T2, class Policy> boost::math::tools::promote_args_t<RT1, RT2> boost::math::hypot(T1, T2, const Policy&)'
   69 |    hypot(T1 x, T2 y, const Policy& pol)
      |    ^~~~~
../boost/math/special_functions/hypot.hpp:69:4: note:   template argument deduction/substitution failed:
../boost/graph/topology.hpp:679:60: note:   candidate expects 3 arguments, 2 provided
  679 |             double distance_to_point_b = boost::math::hypot(b[0], b[1]);
      |                                          ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~