Compile [2024-11-21 00:02:48 UTC]: succeed
"g++-11" -fvisibility-inlines-hidden -std=c++20 -fPIC -pthread -O0 -fno-inline -Wall -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_CHRONO_DYN_LINK=1 -DBOOST_CHRONO_NO_LIB=1 -DBOOST_COBALT_USE_STD_PMR=1 -DBOOST_CONTAINER_DYN_LINK=1 -DBOOST_CONTAINER_NO_LIB=1 -DBOOST_MATH_TR1_NO_LIB=1 -DBOOST_RANDOM_DYN_LINK=1 -DBOOST_RANDOM_NO_LIB=1 -DBOOST_SYSTEM_DYN_LINK=1 -DBOOST_SYSTEM_NO_LIB=1 -DBOOST_TEST_NO_AUTO_LINK=1 -DBOOST_THREAD_BUILD_DLL=1 -DBOOST_THREAD_POSIX -DBOOST_THREAD_USE_DLL=1 -I".." -I"../libs/geometry/test" -I"/mnt/fs1/teeks99-06/run/boost_root/libs/any/include" -I"/mnt/fs1/teeks99-06/run/boost_root/libs/assert/include" -I"/mnt/fs1/teeks99-06/run/boost_root/libs/chrono/include" -I"/mnt/fs1/teeks99-06/run/boost_root/libs/container/include" -I"/mnt/fs1/teeks99-06/run/boost_root/libs/container_hash/include" -I"/mnt/fs1/teeks99-06/run/boost_root/libs/core/include" -I"/mnt/fs1/teeks99-06/run/boost_root/libs/describe/include" -I"/mnt/fs1/teeks99-06/run/boost_root/libs/detail/include" -I"/mnt/fs1/teeks99-06/run/boost_root/libs/endian/include" -I"/mnt/fs1/teeks99-06/run/boost_root/libs/function_types/include" -I"/mnt/fs1/teeks99-06/run/boost_root/libs/geometry/include" -I"/mnt/fs1/teeks99-06/run/boost_root/libs/integer/include" -I"/mnt/fs1/teeks99-06/run/boost_root/libs/intrusive/include" -I"/mnt/fs1/teeks99-06/run/boost_root/libs/iterator/include" -I"/mnt/fs1/teeks99-06/run/boost_root/libs/lexical_cast/include" -I"/mnt/fs1/teeks99-06/run/boost_root/libs/math/include" -I"/mnt/fs1/teeks99-06/run/boost_root/libs/move/include" -I"/mnt/fs1/teeks99-06/run/boost_root/libs/mp11/include" -I"/mnt/fs1/teeks99-06/run/boost_root/libs/optional/include" -I"/mnt/fs1/teeks99-06/run/boost_root/libs/predef/include" -I"/mnt/fs1/teeks99-06/run/boost_root/libs/random/include" -I"/mnt/fs1/teeks99-06/run/boost_root/libs/ratio/include" -I"/mnt/fs1/teeks99-06/run/boost_root/libs/smart_ptr/include" -I"/mnt/fs1/teeks99-06/run/boost_root/libs/system/include" -I"/mnt/fs1/teeks99-06/run/boost_root/libs/throw_exception/include" -I"/mnt/fs1/teeks99-06/run/boost_root/libs/tuple/include" -I"/mnt/fs1/teeks99-06/run/boost_root/libs/type_index/include" -I"/mnt/fs1/teeks99-06/run/boost_root/libs/variant/include" -I"/mnt/fs1/teeks99-06/run/boost_root/libs/variant2/include" -I"/mnt/fs1/teeks99-06/run/boost_root/libs/winapi/include" -c -o "/mnt/fs1/teeks99-06/run/results/boost/bin.v2/libs/geometry/test/algorithms/area/algorithms_area_geo.test/gcc-11~c++20/debug/arm_64/debug-symbols-off/threading-multi/visibility-hidden/area_geo.o" "../libs/geometry/test/algorithms/area/area_geo.cpp"
In file included from ../boost/geometry/strategies/geographic.hpp:14,
from ../boost/geometry/strategies/strategies.hpp:159,
from ../boost/geometry/geometry.hpp:57,
from ../boost/geometry.hpp:17,
from ../libs/geometry/test/algorithms/area/area_geo.cpp:18:
../boost/geometry/strategies/area/geographic.hpp: In instantiation of ???static auto boost::geometry::strategies::area::services::strategy_converter<boost::geometry::strategy::area::geographic<FP, SO, S, CT> >::get(const boost::geometry::strategy::area::geographic<FP, SO, S, CT>&) [with FP = boost::geometry::strategy::andoyer; long unsigned int SO = 1; S = boost::geometry::srs::spheroid<double>; CT = void]???:
../boost/geometry/algorithms/area.hpp:221:65: required from ???static auto boost::geometry::resolve_strategy::area<Strategy, false>::apply(const Geometry&, const Strategy&) [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::vector, std::allocator, std::allocator>; Strategy = boost::geometry::strategy::area::geographic<>]???
../boost/geometry/algorithms/area.hpp:253:55: required from ???static auto boost::geometry::resolve_dynamic::area<Geometry, Tag>::apply(const Geometry&, const Strategy&) [with Strategy = boost::geometry::strategy::area::geographic<>; Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::vector, std::allocator, std::allocator>; Tag = boost::geometry::polygon_tag]???
../boost/geometry/algorithms/area.hpp:354:50: required from ???auto boost::geometry::area(const Geometry&, const Strategy&) [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::vector, std::allocator, std::allocator>; Strategy = boost::geometry::strategy::area::geographic<>]???
../libs/geometry/test/algorithms/area/area_geo.cpp:121:20: required from ???void test_geo_strategies() [with CT = double]???
../libs/geometry/test/algorithms/area/area_geo.cpp:250:32: required from here
../boost/geometry/strategies/area/geographic.hpp:101:49: note: parameter passing for argument of type ???boost::geometry::strategies::area::services::strategy_converter<boost::geometry::strategy::area::geographic<> >::altered_strategy??? when C++17 is enabled changed to match C++14 in GCC 10.1
101 | return altered_strategy(strategy.model());
| ^
../boost/geometry/strategies/area/geographic.hpp: In instantiation of ???static auto boost::geometry::strategies::area::services::strategy_converter<boost::geometry::strategy::area::geographic<FP, SO, S, CT> >::get(const boost::geometry::strategy::area::geographic<FP, SO, S, CT>&) [with FP = boost::geometry::strategy::andoyer; long unsigned int SO = 2; S = boost::geometry::srs::spheroid<double>; CT = void]???:
../boost/geometry/algorithms/area.hpp:221:65: required from ???static auto boost::geometry::resolve_strategy::area<Strategy, false>::apply(const Geometry&, const Strategy&) [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::vector, std::allocator, std::allocator>; Strategy = boost::geometry::strategy::area::geographic<boost::geometry::strategy::andoyer, 2>]???
../boost/geometry/algorithms/area.hpp:253:55: required from ???static auto boost::geometry::resolve_dynamic::area<Geometry, Tag>::apply(const Geometry&, const Strategy&) [with Strategy = boost::geometry::strategy::area::geographic<boost::geometry::strategy::andoyer, 2>; Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::vector, std::allocator, std::allocator>; Tag = boost::geometry::polygon_tag]???
../boost/geometry/algorithms/area.hpp:354:50: required from ???auto boost::geometry::area(const Geometry&, const Strategy&) [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::vector, std::allocator, std::allocator>; Strategy = boost::geometry::strategy::area::geographic<boost::geometry::strategy::andoyer, 2>]???
../libs/geometry/test/algorithms/area/area_geo.cpp:126:20: required from ???void test_geo_strategies() [with CT = double]???
../libs/geometry/test/algorithms/area/area_geo.cpp:250:32: required from here
../boost/geometry/strategies/area/geographic.hpp:101:49: note: parameter passing for argument of type ???boost::geometry::strategies::area::services::strategy_converter<boost::geometry::strategy::area::geographic<boost::geometry::strategy::andoyer, 2> >::altered_strategy??? when C++17 is enabled changed to match C++14 in GCC 10.1
../boost/geometry/strategies/area/geographic.hpp: In instantiation of ???static auto boost::geometry::strategies::area::services::strategy_converter<boost::geometry::strategy::area::geographic<FP, SO, S, CT> >::get(const boost::geometry::strategy::area::geographic<FP, SO, S, CT>&) [with FP = boost::geometry::strategy::andoyer; long unsigned int SO = 3; S = boost::geometry::srs::spheroid<double>; CT = void]???:
../boost/geometry/algorithms/area.hpp:221:65: required from ???static auto boost::geometry::resolve_strategy::area<Strategy, false>::apply(const Geometry&, const Strategy&) [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::vector, std::allocator, std::allocator>; Strategy = boost::geometry::strategy::area::geographic<boost::geometry::strategy::andoyer, 3>]???
../boost/geometry/algorithms/area.hpp:253:55: required from ???static auto boost::geometry::resolve_dynamic::area<Geometry, Tag>::apply(const Geometry&, const Strategy&) [with Strategy = boost::geometry::strategy::area::geographic<boost::geometry::strategy::andoyer, 3>; Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::vector, std::allocator, std::allocator>; Tag = boost::geometry::polygon_tag]???
../boost/geometry/algorithms/area.hpp:354:50: required from ???auto boost::geometry::area(const Geometry&, const Strategy&) [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::vector, std::allocator, std::allocator>; Strategy = boost::geometry::strategy::area::geographic<boost::geometry::strategy::andoyer, 3>]???
../libs/geometry/test/algorithms/area/area_geo.cpp:128:20: required from ???void test_geo_strategies() [with CT = double]???
../libs/geometry/test/algorithms/area/area_geo.cpp:250:32: required from here
../boost/geometry/strategies/area/geographic.hpp:101:49: note: parameter passing for argument of type ???boost::geometry::strategies::area::services::strategy_converter<boost::geometry::strategy::area::geographic<boost::geometry::strategy::andoyer, 3> >::altered_strategy??? when C++17 is enabled changed to match C++14 in GCC 10.1
../boost/geometry/strategies/area/geographic.hpp: In instantiation of ???static auto boost::geometry::strategies::area::services::strategy_converter<boost::geometry::strategy::area::geographic<FP, SO, S, CT> >::get(const boost::geometry::strategy::area::geographic<FP, SO, S, CT>&) [with FP = boost::geometry::strategy::andoyer; long unsigned int SO = 4; S = boost::geometry::srs::spheroid<double>; CT = void]???:
../boost/geometry/algorithms/area.hpp:221:65: required from ???static auto boost::geometry::resolve_strategy::area<Strategy, false>::apply(const Geometry&, const Strategy&) [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::vector, std::allocator, std::allocator>; Strategy = boost::geometry::strategy::area::geographic<boost::geometry::strategy::andoyer, 4>]???
../boost/geometry/algorithms/area.hpp:253:55: required from ???static auto boost::geometry::resolve_dynamic::area<Geometry, Tag>::apply(const Geometry&, const Strategy&) [with Strategy = boost::geometry::strategy::area::geographic<boost::geometry::strategy::andoyer, 4>; Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::vector, std::allocator, std::allocator>; Tag = boost::geometry::polygon_tag]???
../boost/geometry/algorithms/area.hpp:354:50: required from ???auto boost::geometry::area(const Geometry&, const Strategy&) [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::vector, std::allocator, std::allocator>; Strategy = boost::geometry::strategy::area::geographic<boost::geometry::strategy::andoyer, 4>]???
../libs/geometry/test/algorithms/area/area_geo.cpp:130:20: required from ???void test_geo_strategies() [with CT = double]???
../libs/geometry/test/algorithms/area/area_geo.cpp:250:32: required from here
../boost/geometry/strategies/area/geographic.hpp:101:49: note: parameter passing for argument of type ???boost::geometry::strategies::area::services::strategy_converter<boost::geometry::strategy::area::geographic<boost::geometry::strategy::andoyer, 4> >::altered_strategy??? when C++17 is enabled changed to match C++14 in GCC 10.1
../boost/geometry/strategies/area/geographic.hpp: In instantiation of ???static auto boost::geometry::strategies::area::services::strategy_converter<boost::geometry::strategy::area::geographic<FP, SO, S, CT> >::get(const boost::geometry::strategy::area::geographic<FP, SO, S, CT>&) [with FP = boost::geometry::strategy::andoyer; long unsigned int SO = 5; S = boost::geometry::srs::spheroid<double>; CT = void]???:
../boost/geometry/algorithms/area.hpp:221:65: required from ???static auto boost::geometry::resolve_strategy::area<Strategy, false>::apply(const Geometry&, const Strategy&) [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::vector, std::allocator, std::allocator>; Strategy = boost::geometry::strategy::area::geographic<boost::geometry::strategy::andoyer, 5>]???
../boost/geometry/algorithms/area.hpp:253:55: required from ???static auto boost::geometry::resolve_dynamic::area<Geometry, Tag>::apply(const Geometry&, const Strategy&) [with Strategy = boost::geometry::strategy::area::geographic<boost::geometry::strategy::andoyer, 5>; Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::vector, std::allocator, std::allocator>; Tag = boost::geometry::polygon_tag]???
../boost/geometry/algorithms/area.hpp:354:50: required from ???auto boost::geometry::area(const Geometry&, const Strategy&) [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::vector, std::allocator, std::allocator>; Strategy = boost::geometry::strategy::area::geographic<boost::geometry::strategy::andoyer, 5>]???
../libs/geometry/test/algorithms/area/area_geo.cpp:132:20: required from ???void test_geo_strategies() [with CT = double]???
../libs/geometry/test/algorithms/area/area_geo.cpp:250:32: required from here
../boost/geometry/strategies/area/geographic.hpp:101:49: note: parameter passing for argument of type ???boost::geometry::strategies::area::services::strategy_converter<boost::geometry::strategy::area::geographic<boost::geometry::strategy::andoyer, 5> >::altered_strategy??? when C++17 is enabled changed to match C++14 in GCC 10.1
../boost/geometry/strategies/area/geographic.hpp: In instantiation of ???static auto boost::geometry::strategies::area::services::strategy_converter<boost::geometry::strategy::area::geographic<FP, SO, S, CT> >::get(const boost::geometry::strategy::area::geographic<FP, SO, S, CT>&) [with FP = boost::geometry::strategy::thomas; long unsigned int SO = 1; S = boost::geometry::srs::spheroid<double>; CT = void]???:
../boost/geometry/algorithms/area.hpp:221:65: required from ???static auto boost::geometry::resolve_strategy::area<Strategy, false>::apply(const Geometry&, const Strategy&) [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::vector, std::allocator, std::allocator>; Strategy = boost::geometry::strategy::area::geographic<boost::geometry::strategy::thomas, 1>]???
../boost/geometry/algorithms/area.hpp:253:55: required from ???static auto boost::geometry::resolve_dynamic::area<Geometry, Tag>::apply(const Geometry&, const Strategy&) [with Strategy = boost::geometry::strategy::area::geographic<boost::geometry::strategy::thomas, 1>; Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::vector, std::allocator, std::allocator>; Tag = boost::geometry::polygon_tag]???
../boost/geometry/algorithms/area.hpp:354:50: required from ???auto boost::geometry::area(const Geometry&, const Strategy&) [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::vector, std::allocator, std::allocator>; Strategy = boost::geometry::strategy::area::geographic<boost::geometry::strategy::thomas, 1>]???
../libs/geometry/test/algorithms/area/area_geo.cpp:135:20: required from ???void test_geo_strategies() [with CT = double]???
../libs/geometry/test/algorithms/area/area_geo.cpp:250:32: required from here
../boost/geometry/strategies/area/geographic.hpp:101:49: note: parameter passing for argument of type ???boost::geometry::strategies::area::services::strategy_converter<boost::geometry::strategy::area::geographic<boost::geometry::strategy::thomas, 1> >::altered_strategy??? when C++17 is enabled changed to match C++14 in GCC 10.1
../boost/geometry/strategies/area/geographic.hpp: In instantiation of ???static auto boost::geometry::strategies::area::services::strategy_converter<boost::geometry::strategy::area::geographic<FP, SO, S, CT> >::get(const boost::geometry::strategy::area::geographic<FP, SO, S, CT>&) [with FP = boost::geometry::strategy::thomas; long unsigned int SO = 2; S = boost::geometry::srs::spheroid<double>; CT = void]???:
../boost/geometry/algorithms/area.hpp:221:65: required from ???static auto boost::geometry::resolve_strategy::area<Strategy, false>::apply(const Geometry&, const Strategy&) [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::vector, std::allocator, std::allocator>; Strategy = boost::geometry::strategy::area::geographic<boost::geometry::strategy::thomas, 2>]???
../boost/geometry/algorithms/area.hpp:253:55: required from ???static auto boost::geometry::resolve_dynamic::area<Geometry, Tag>::apply(const Geometry&, const Strategy&) [with Strategy = boost::geometry::strategy::area::geographic<boost::geometry::strategy::thomas, 2>; Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::vector, std::allocator, std::allocator>; Tag = boost::geometry::polygon_tag]???
../boost/geometry/algorithms/area.hpp:354:50: required from ???auto boost::geometry::area(const Geometry&, const Strategy&) [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::vector, std::allocator, std::allocator>; Strategy = boost::geometry::strategy::area::geographic<boost::geometry::strategy::thomas, 2>]???
../libs/geometry/test/algorithms/area/area_geo.cpp:137:20: required from ???void test_geo_strategies() [with CT = double]???
../libs/geometry/test/algorithms/area/area_geo.cpp:250:32: required from here
../boost/geometry/strategies/area/geographic.hpp:101:49: note: parameter passing for argument of type ???boost::geometry::strategies::area::services::strategy_converter<boost::geometry::strategy::area::geographic<boost::geometry::strategy::thomas, 2> >::altered_strategy??? when C++17 is enabled changed to match C++14 in GCC 10.1
../boost/geometry/strategies/area/geographic.hpp: In instantiation of ???static auto boost::geometry::strategies::area::services::strategy_converter<boost::geometry::strategy::area::geographic<FP, SO, S, CT> >::get(const boost::geometry::strategy::area::geographic<FP, SO, S, CT>&) [with FP = boost::geometry::strategy::thomas; long unsigned int SO = 3; S = boost::geometry::srs::spheroid<double>; CT = void]???:
../boost/geometry/algorithms/area.hpp:221:65: required from ???static auto boost::geometry::resolve_strategy::area<Strategy, false>::apply(const Geometry&, const Strategy&) [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::vector, std::allocator, std::allocator>; Strategy = boost::geometry::strategy::area::geographic<boost::geometry::strategy::thomas, 3>]???
../boost/geometry/algorithms/area.hpp:253:55: required from ???static auto boost::geometry::resolve_dynamic::area<Geometry, Tag>::apply(const Geometry&, const Strategy&) [with Strategy = boost::geometry::strategy::area::geographic<boost::geometry::strategy::thomas, 3>; Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::vector, std::allocator, std::allocator>; Tag = boost::geometry::polygon_tag]???
../boost/geometry/algorithms/area.hpp:354:50: required from ???auto boost::geometry::area(const Geometry&, const Strategy&) [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::vector, std::allocator, std::allocator>; Strategy = boost::geometry::strategy::area::geographic<boost::geometry::strategy::thomas, 3>]???
../libs/geometry/test/algorithms/area/area_geo.cpp:139:20: required from ???void test_geo_strategies() [with CT = double]???
../libs/geometry/test/algorithms/area/area_geo.cpp:250:32: required from here
../boost/geometry/strategies/area/geographic.hpp:101:49: note: parameter passing for argument of type ???boost::geometry::strategies::area::services::strategy_converter<boost::geometry::strategy::area::geographic<boost::geometry::strategy::thomas, 3> >::altered_strategy??? when C++17 is enabled changed to match C++14 in GCC 10.1
../boost/geometry/strategies/area/geographic.hpp: In instantiation of ???static auto boost::geometry::strategies::area::services::strategy_converter<boost::geometry::strategy::area::geographic<FP, SO, S, CT> >::get(const boost::geometry::strategy::area::geographic<FP, SO, S, CT>&) [with FP = boost::geometry::strategy::thomas; long unsigned int SO = 4; S = boost::geometry::srs::spheroid<double>; CT = void]???:
../boost/geometry/algorithms/area.hpp:221:65: required from ???static auto boost::geometry::resolve_strategy::area<Strategy, false>::apply(const Geometry&, const Strategy&) [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::vector, std::allocator, std::allocator>; Strategy = boost::geometry::strategy::area::geographic<boost::geometry::strategy::thomas, 4>]???
../boost/geometry/algorithms/area.hpp:253:55: required from ???static auto boost::geometry::resolve_dynamic::area<Geometry, Tag>::apply(const Geometry&, const Strategy&) [with Strategy = boost::geometry::strategy::area::geographic<boost::geometry::strategy::thomas, 4>; Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::vector, std::allocator, std::allocator>; Tag = boost::geometry::polygon_tag]???
../boost/geometry/algorithms/area.hpp:354:50: required from ???auto boost::geometry::area(const Geometry&, const Strategy&) [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::vector, std::allocator, std::allocator>; Strategy = boost::geometry::strategy::area::geographic<boost::geometry::strategy::thomas, 4>]???
../libs/geometry/test/algorithms/area/area_geo.cpp:141:20: required from ???void test_geo_strategies() [with CT = double]???
../libs/geometry/test/algorithms/area/area_geo.cpp:250:32: required from here
../boost/geometry/strategies/area/geographic.hpp:101:49: note: parameter passing for argument of type ???boost::geometry::strategies::area::services::strategy_converter<boost::geometry::strategy::area::geographic<boost::geometry::strategy::thomas, 4> >::altered_strategy??? when C++17 is enabled changed to match C++14 in GCC 10.1
../boost/geometry/strategies/area/geographic.hpp: In instantiation of ???static auto boost::geometry::strategies::area::services::strategy_converter<boost::geometry::strategy::area::geographic<FP, SO, S, CT> >::get(const boost::geometry::strategy::area::geographic<FP, SO, S, CT>&) [with FP = boost::geometry::strategy::thomas; long unsigned int SO = 5; S = boost::geometry::srs::spheroid<double>; CT = void]???:
../boost/geometry/algorithms/area.hpp:221:65: required from ???static auto boost::geometry::resolve_strategy::area<Strategy, false>::apply(const Geometry&, const Strategy&) [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::vector, std::allocator, std::allocator>; Strategy = boost::geometry::strategy::area::geographic<boost::geometry::strategy::thomas, 5>]???
../boost/geometry/algorithms/area.hpp:253:55: required from ???static auto boost::geometry::resolve_dynamic::area<Geometry, Tag>::apply(const Geometry&, const Strategy&) [with Strategy = boost::geometry::strategy::area::geographic<boost::geometry::strategy::thomas, 5>; Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::vector, std::allocator, std::allocator>; Tag = boost::geometry::polygon_tag]???
../boost/geometry/algorithms/area.hpp:354:50: required from ???auto boost::geometry::area(const Geometry&, const Strategy&) [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::vector, std::allocator, std::allocator>; Strategy = boost::geometry::strategy::area::geographic<boost::geometry::strategy::thomas, 5>]???
../libs/geometry/test/algorithms/area/area_geo.cpp:143:20: required from ???void test_geo_strategies() [with CT = double]???
../libs/geometry/test/algorithms/area/area_geo.cpp:250:32: required from here
../boost/geometry/strategies/area/geographic.hpp:101:49: note: parameter passing for argument of type ???boost::geometry::strategies::area::services::strategy_converter<boost::geometry::strategy::area::geographic<boost::geometry::strategy::thomas, 5> >::altered_strategy??? when C++17 is enabled changed to match C++14 in GCC 10.1
../boost/geometry/strategies/area/geographic.hpp: In instantiation of ???static auto boost::geometry::strategies::area::services::strategy_converter<boost::geometry::strategy::area::geographic<FP, SO, S, CT> >::get(const boost::geometry::strategy::area::geographic<FP, SO, S, CT>&) [with FP = boost::geometry::strategy::vincenty; long unsigned int SO = 1; S = boost::geometry::srs::spheroid<double>; CT = void]???:
../boost/geometry/algorithms/area.hpp:221:65: required from ???static auto boost::geometry::resolve_strategy::area<Strategy, false>::apply(const Geometry&, const Strategy&) [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::vector, std::allocator, std::allocator>; Strategy = boost::geometry::strategy::area::geographic<boost::geometry::strategy::vincenty, 1>]???
../boost/geometry/algorithms/area.hpp:253:55: required from ???static auto boost::geometry::resolve_dynamic::area<Geometry, Tag>::apply(const Geometry&, const Strategy&) [with Strategy = boost::geometry::strategy::area::geographic<boost::geometry::strategy::vincenty, 1>; Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::vector, std::allocator, std::allocator>; Tag = boost::geometry::polygon_tag]???
../boost/geometry/algorithms/area.hpp:354:50: required from ???auto boost::geometry::area(const Geometry&, const Strategy&) [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::vector, std::allocator, std::allocator>; Strategy = boost::geometry::strategy::area::geographic<boost::geometry::strategy::vincenty, 1>]???
../libs/geometry/test/algorithms/area/area_geo.cpp:146:20: required from ???void test_geo_strategies() [with CT = double]???
../libs/geometry/test/algorithms/area/area_geo.cpp:250:32: required from here
../boost/geometry/strategies/area/geographic.hpp:101:49: note: parameter passing for argument of type ???boost::geometry::strategies::area::services::strategy_converter<boost::geometry::strategy::area::geographic<boost::geometry::strategy::vincenty, 1> >::altered_strategy??? when C++17 is enabled changed to match C++14 in GCC 10.1
../boost/geometry/strategies/area/geographic.hpp: In instantiation of ???static auto boost::geometry::strategies::area::services::strategy_converter<boost::geometry::strategy::area::geographic<FP, SO, S, CT> >::get(const boost::geometry::strategy::area::geographic<FP, SO, S, CT>&) [with FP = boost::geometry::strategy::vincenty; long unsigned int SO = 2; S = boost::geometry::srs::spheroid<double>; CT = void]???:
../boost/geometry/algorithms/area.hpp:221:65: required from ???static auto boost::geometry::resolve_strategy::area<Strategy, false>::apply(const Geometry&, const Strategy&) [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::vector, std::allocator, std::allocator>; Strategy = boost::geometry::strategy::area::geographic<boost::geometry::strategy::vincenty, 2>]???
../boost/geometry/algorithms/area.hpp:253:55: required from ???static auto boost::geometry::resolve_dynamic::area<Geometry, Tag>::apply(const Geometry&, const Strategy&) [with Strategy = boost::geometry::strategy::area::geographic<boost::geometry::strategy::vincenty, 2>; Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::vector, std::allocator, std::allocator>; Tag = boost::geometry::polygon_tag]???
../boost/geometry/algorithms/area.hpp:354:50: required from ???auto boost::geometry::area(const Geometry&, const Strategy&) [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::vector, std::allocator, std::allocator>; Strategy = boost::geometry::strategy::area::geographic<boost::geometry::strategy::vincenty, 2>]???
../libs/geometry/test/algorithms/area/area_geo.cpp:148:20: required from ???void test_geo_strategies() [with CT = double]???
../libs/geometry/test/algorithms/area/area_geo.cpp:250:32: required from here
../boost/geometry/strategies/area/geographic.hpp:101:49: note: parameter passing for argument of type ???boost::geometry::strategies::area::services::strategy_converter<boost::geometry::strategy::area::geographic<boost::geometry::strategy::vincenty, 2> >::altered_strategy??? when C++17 is enabled changed to match C++14 in GCC 10.1
../boost/geometry/strategies/area/geographic.hpp: In instantiation of ???static auto boost::geometry::strategies::area::services::strategy_converter<boost::geometry::strategy::area::geographic<FP, SO, S, CT> >::get(const boost::geometry::strategy::area::geographic<FP, SO, S, CT>&) [with FP = boost::geometry::strategy::vincenty; long unsigned int SO = 3; S = boost::geometry::srs::spheroid<double>; CT = void]???:
../boost/geometry/algorithms/area.hpp:221:65: required from ???static auto boost::geometry::resolve_strategy::area<Strategy, false>::apply(const Geometry&, const Strategy&) [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::vector, std::allocator, std::allocator>; Strategy = boost::geometry::strategy::area::geographic<boost::geometry::strategy::vincenty, 3>]???
../boost/geometry/algorithms/area.hpp:253:55: required from ???static auto boost::geometry::resolve_dynamic::area<Geometry, Tag>::apply(const Geometry&, const Strategy&) [with Strategy = boost::geometry::strategy::area::geographic<boost::geometry::strategy::vincenty, 3>; Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::vector, std::allocator, std::allocator>; Tag = boost::geometry::polygon_tag]???
../boost/geometry/algorithms/area.hpp:354:50: required from ???auto boost::geometry::area(const Geometry&, const Strategy&) [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::vector, std::allocator, std::allocator>; Strategy = boost::geometry::strategy::area::geographic<boost::geometry::strategy::vincenty, 3>]???
../libs/geometry/test/algorithms/area/area_geo.cpp:150:20: required from ???void test_geo_strategies() [with CT = double]???
../libs/geometry/test/algorithms/area/area_geo.cpp:250:32: required from here
../boost/geometry/strategies/area/geographic.hpp:101:49: note: parameter passing for argument of type ???boost::geometry::strategies::area::services::strategy_converter<boost::geometry::strategy::area::geographic<boost::geometry::strategy::vincenty, 3> >::altered_strategy??? when C++17 is enabled changed to match C++14 in GCC 10.1
../boost/geometry/strategies/area/geographic.hpp: In instantiation of ???static auto boost::geometry::strategies::area::services::strategy_converter<boost::geometry::strategy::area::geographic<FP, SO, S, CT> >::get(const boost::geometry::strategy::area::geographic<FP, SO, S, CT>&) [with FP = boost::geometry::strategy::vincenty; long unsigned int SO = 4; S = boost::geometry::srs::spheroid<double>; CT = void]???:
../boost/geometry/algorithms/area.hpp:221:65: required from ???static auto boost::geometry::resolve_strategy::area<Strategy, false>::apply(const Geometry&, const Strategy&) [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::vector, std::allocator, std::allocator>; Strategy = boost::geometry::strategy::area::geographic<boost::geometry::strategy::vincenty, 4>]???
../boost/geometry/algorithms/area.hpp:253:55: required from ???static auto boost::geometry::resolve_dynamic::area<Geometry, Tag>::apply(const Geometry&, const Strategy&) [with Strategy = boost::geometry::strategy::area::geographic<boost::geometry::strategy::vincenty, 4>; Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::vector, std::allocator, std::allocator>; Tag = boost::geometry::polygon_tag]???
../boost/geometry/algorithms/area.hpp:354:50: required from ???auto boost::geometry::area(const Geometry&, const Strategy&) [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::vector, std::allocator, std::allocator>; Strategy = boost::geometry::strategy::area::geographic<boost::geometry::strategy::vincenty, 4>]???
../libs/geometry/test/algorithms/area/area_geo.cpp:152:20: required from ???void test_geo_strategies() [with CT = double]???
../libs/geometry/test/algorithms/area/area_geo.cpp:250:32: required from here
../boost/geometry/strategies/area/geographic.hpp:101:49: note: parameter passing for argument of type ???boost::geometry::strategies::area::services::strategy_converter<boost::geometry::strategy::area::geographic<boost::geometry::strategy::vincenty, 4> >::altered_strategy??? when C++17 is enabled changed to match C++14 in GCC 10.1
../boost/geometry/strategies/area/geographic.hpp: In instantiation of ???static auto boost::geometry::strategies::area::services::strategy_converter<boost::geometry::strategy::area::geographic<FP, SO, S, CT> >::get(const boost::geometry::strategy::area::geographic<FP, SO, S, CT>&) [with FP = boost::geometry::strategy::vincenty; long unsigned int SO = 5; S = boost::geometry::srs::spheroid<double>; CT = void]???:
../boost/geometry/algorithms/area.hpp:221:65: required from ???static auto boost::geometry::resolve_strategy::area<Strategy, false>::apply(const Geometry&, const Strategy&) [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::vector, std::allocator, std::allocator>; Strategy = boost::geometry::strategy::area::geographic<boost::geometry::strategy::vincenty, 5>]???
../boost/geometry/algorithms/area.hpp:253:55: required from ???static auto boost::geometry::resolve_dynamic::area<Geometry, Tag>::apply(const Geometry&, const Strategy&) [with Strategy = boost::geometry::strategy::area::geographic<boost::geometry::strategy::vincenty, 5>; Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::vector, std::allocator, std::allocator>; Tag = boost::geometry::polygon_tag]???
../boost/geometry/algorithms/area.hpp:354:50: required from ???auto boost::geometry::area(const Geometry&, const Strategy&) [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::vector, std::allocator, std::allocator>; Strategy = boost::geometry::strategy::area::geographic<boost::geometry::strategy::vincenty, 5>]???
../libs/geometry/test/algorithms/area/area_geo.cpp:154:20: required from ???void test_geo_strategies() [with CT = double]???
../libs/geometry/test/algorithms/area/area_geo.cpp:250:32: required from here
../boost/geometry/strategies/area/geographic.hpp:101:49: note: parameter passing for argument of type ???boost::geometry::strategies::area::services::strategy_converter<boost::geometry::strategy::area::geographic<boost::geometry::strategy::vincenty, 5> >::altered_strategy??? when C++17 is enabled changed to match C++14 in GCC 10.1
../boost/geometry/strategies/area/geographic.hpp: In instantiation of ???static auto boost::geometry::strategies::area::services::strategy_converter<boost::geometry::strategy::area::geographic<FP, SO, S, CT> >::get(const boost::geometry::strategy::area::geographic<FP, SO, S, CT>&) [with FP = boost::geometry::strategy::karney; long unsigned int SO = 1; S = boost::geometry::srs::spheroid<double>; CT = void]???:
../boost/geometry/algorithms/area.hpp:221:65: required from ???static auto boost::geometry::resolve_strategy::area<Strategy, false>::apply(const Geometry&, const Strategy&) [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::vector, std::allocator, std::allocator>; Strategy = boost::geometry::strategy::area::geographic<boost::geometry::strategy::karney, 1>]???
../boost/geometry/algorithms/area.hpp:253:55: required from ???static auto boost::geometry::resolve_dynamic::area<Geometry, Tag>::apply(const Geometry&, const Strategy&) [with Strategy = boost::geometry::strategy::area::geographic<boost::geometry::strategy::karney, 1>; Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::vector, std::allocator, std::allocator>; Tag = boost::geometry::polygon_tag]???
../boost/geometry/algorithms/area.hpp:354:50: required from ???auto boost::geometry::area(const Geometry&, const Strategy&) [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::vector, std::allocator, std::allocator>; Strategy = boost::geometry::strategy::area::geographic<boost::geometry::strategy::karney, 1>]???
../libs/geometry/test/algorithms/area/area_geo.cpp:157:20: required from ???void test_geo_strategies() [with CT = double]???
../libs/geometry/test/algorithms/area/area_geo.cpp:250:32: required from here
../boost/geometry/strategies/area/geographic.hpp:101:49: note: parameter passing for argument of type ???boost::geometry::strategies::area::services::strategy_converter<boost::geometry::strategy::area::geographic<boost::geometry::strategy::karney, 1> >::altered_strategy??? when C++17 is enabled changed to match C++14 in GCC 10.1
../boost/geometry/strategies/area/geographic.hpp: In instantiation of ???static auto boost::geometry::strategies::area::services::strategy_converter<boost::geometry::strategy::area::geographic<FP, SO, S, CT> >::get(const boost::geometry::strategy::area::geographic<FP, SO, S, CT>&) [with FP = boost::geometry::strategy::karney; long unsigned int SO = 2; S = boost::geometry::srs::spheroid<double>; CT = void]???:
../boost/geometry/algorithms/area.hpp:221:65: required from ???static auto boost::geometry::resolve_strategy::area<Strategy, false>::apply(const Geometry&, const Strategy&) [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::vector, std::allocator, std::allocator>; Strategy = boost::geometry::strategy::area::geographic<boost::geometry::strategy::karney, 2>]???
../boost/geometry/algorithms/area.hpp:253:55: required from ???static auto boost::geometry::resolve_dynamic::area<Geometry, Tag>::apply(const Geometry&, const Strategy&) [with Strategy = boost::geometry::strategy::area::geographic<boost::geometry::strategy::karney, 2>; Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::vector, std::allocator, std::allocator>; Tag = boost::geometry::polygon_tag]???
../boost/geometry/algorithms/area.hpp:354:50: required from ???auto boost::geometry::area(const Geometry&, const Strategy&) [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::vector, std::allocator, std::allocator>; Strategy = boost::geometry::strategy::area::geographic<boost::geometry::strategy::karney, 2>]???
../libs/geometry/test/algorithms/area/area_geo.cpp:159:20: required from ???void test_geo_strategies() [with CT = double]???
../libs/geometry/test/algorithms/area/area_geo.cpp:250:32: required from here
../boost/geometry/strategies/area/geographic.hpp:101:49: note: parameter passing for argument of type ???boost::geometry::strategies::area::services::strategy_converter<boost::geometry::strategy::area::geographic<boost::geometry::strategy::karney, 2> >::altered_strategy??? when C++17 is enabled changed to match C++14 in GCC 10.1
../boost/geometry/strategies/area/geographic.hpp: In instantiation of ???static auto boost::geometry::strategies::area::services::strategy_converter<boost::geometry::strategy::area::geographic<FP, SO, S, CT> >::get(const boost::geometry::strategy::area::geographic<FP, SO, S, CT>&) [with FP = boost::geometry::strategy::karney; long unsigned int SO = 3; S = boost::geometry::srs::spheroid<double>; CT = void]???:
../boost/geometry/algorithms/area.hpp:221:65: required from ???static auto boost::geometry::resolve_strategy::area<Strategy, false>::apply(const Geometry&, const Strategy&) [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::vector, std::allocator, std::allocator>; Strategy = boost::geometry::strategy::area::geographic<boost::geometry::strategy::karney, 3>]???
../boost/geometry/algorithms/area.hpp:253:55: required from ???static auto boost::geometry::resolve_dynamic::area<Geometry, Tag>::apply(const Geometry&, const Strategy&) [with Strategy = boost::geometry::strategy::area::geographic<boost::geometry::strategy::karney, 3>; Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::vector, std::allocator, std::allocator>; Tag = boost::geometry::polygon_tag]???
../boost/geometry/algorithms/area.hpp:354:50: required from ???auto boost::geometry::area(const Geometry&, const Strategy&) [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::vector, std::allocator, std::allocator>; Strategy = boost::geometry::strategy::area::geographic<boost::geometry::strategy::karney, 3>]???
../libs/geometry/test/algorithms/area/area_geo.cpp:161:20: required from ???void test_geo_strategies() [with CT = double]???
../libs/geometry/test/algorithms/area/area_geo.cpp:250:32: required from here
../boost/geometry/strategies/area/geographic.hpp:101:49: note: parameter passing for argument of type ???boost::geometry::strategies::area::services::strategy_converter<boost::geometry::strategy::area::geographic<boost::geometry::strategy::karney, 3> >::altered_strategy??? when C++17 is enabled changed to match C++14 in GCC 10.1
../boost/geometry/strategies/area/geographic.hpp: In instantiation of ???static auto boost::geometry::strategies::area::services::strategy_converter<boost::geometry::strategy::area::geographic<FP, SO, S, CT> >::get(const boost::geometry::strategy::area::geographic<FP, SO, S, CT>&) [with FP = custom_karney; long unsigned int SO = 3; S = boost::geometry::srs::spheroid<double>; CT = void]???:
../boost/geometry/algorithms/area.hpp:221:65: required from ???static auto boost::geometry::resolve_strategy::area<Strategy, false>::apply(const Geometry&, const Strategy&) [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::vector, std::allocator, std::allocator>; Strategy = boost::geometry::strategy::area::geographic<custom_karney, 3>]???
../boost/geometry/algorithms/area.hpp:253:55: required from ???static auto boost::geometry::resolve_dynamic::area<Geometry, Tag>::apply(const Geometry&, const Strategy&) [with Strategy = boost::geometry::strategy::area::geographic<custom_karney, 3>; Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::vector, std::allocator, std::allocator>; Tag = boost::geometry::polygon_tag]???
../boost/geometry/algorithms/area.hpp:354:50: required from ???auto boost::geometry::area(const Geometry&, const Strategy&) [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::vector, std::allocator, std::allocator>; Strategy = boost::geometry::strategy::area::geographic<custom_karney, 3>]???
../libs/geometry/test/algorithms/area/area_geo.cpp:163:20: required from ???void test_geo_strategies() [with CT = double]???
../libs/geometry/test/algorithms/area/area_geo.cpp:250:32: required from here
../boost/geometry/strategies/area/geographic.hpp:101:49: note: parameter passing for argument of type ???boost::geometry::strategies::area::services::strategy_converter<boost::geometry::strategy::area::geographic<custom_karney, 3> >::altered_strategy??? when C++17 is enabled changed to match C++14 in GCC 10.1
../boost/geometry/strategies/area/geographic.hpp: In instantiation of ???static auto boost::geometry::strategies::area::services::strategy_converter<boost::geometry::strategy::area::geographic<FP, SO, S, CT> >::get(const boost::geometry::strategy::area::geographic<FP, SO, S, CT>&) [with FP = boost::geometry::strategy::karney; long unsigned int SO = 4; S = boost::geometry::srs::spheroid<double>; CT = void]???:
../boost/geometry/algorithms/area.hpp:221:65: required from ???static auto boost::geometry::resolve_strategy::area<Strategy, false>::apply(const Geometry&, const Strategy&) [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::vector, std::allocator, std::allocator>; Strategy = boost::geometry::strategy::area::geographic<boost::geometry::strategy::karney, 4>]???
../boost/geometry/algorithms/area.hpp:253:55: required from ???static auto boost::geometry::resolve_dynamic::area<Geometry, Tag>::apply(const Geometry&, const Strategy&) [with Strategy = boost::geometry::strategy::area::geographic<boost::geometry::strategy::karney, 4>; Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::vector, std::allocator, std::allocator>; Tag = boost::geometry::polygon_tag]???
../boost/geometry/algorithms/area.hpp:354:50: required from ???auto boost::geometry::area(const Geometry&, const Strategy&) [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::vector, std::allocator, std::allocator>; Strategy = boost::geometry::strategy::area::geographic<boost::geometry::strategy::karney, 4>]???
../libs/geometry/test/algorithms/area/area_geo.cpp:165:20: required from ???void test_geo_strategies() [with CT = double]???
../libs/geometry/test/algorithms/area/area_geo.cpp:250:32: required from here
../boost/geometry/strategies/area/geographic.hpp:101:49: note: parameter passing for argument of type ???boost::geometry::strategies::area::services::strategy_converter<boost::geometry::strategy::area::geographic<boost::geometry::strategy::karney, 4> >::altered_strategy??? when C++17 is enabled changed to match C++14 in GCC 10.1
../boost/geometry/strategies/area/geographic.hpp: In instantiation of ???static auto boost::geometry::strategies::area::services::strategy_converter<boost::geometry::strategy::area::geographic<FP, SO, S, CT> >::get(const boost::geometry::strategy::area::geographic<FP, SO, S, CT>&) [with FP = boost::geometry::strategy::karney; long unsigned int SO = 5; S = boost::geometry::srs::spheroid<double>; CT = void]???:
../boost/geometry/algorithms/area.hpp:221:65: required from ???static auto boost::geometry::resolve_strategy::area<Strategy, false>::apply(const Geometry&, const Strategy&) [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::vector, std::allocator, std::allocator>; Strategy = boost::geometry::strategy::area::geographic<boost::geometry::strategy::karney, 5>]???
../boost/geometry/algorithms/area.hpp:253:55: required from ???static auto boost::geometry::resolve_dynamic::area<Geometry, Tag>::apply(const Geometry&, const Strategy&) [with Strategy = boost::geometry::strategy::area::geographic<boost::geometry::strategy::karney, 5>; Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::vector, std::allocator, std::allocator>; Tag = boost::geometry::polygon_tag]???
../boost/geometry/algorithms/area.hpp:354:50: required from ???auto boost::geometry::area(const Geometry&, const Strategy&) [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::vector, std::allocator, std::allocator>; Strategy = boost::geometry::strategy::area::geographic<boost::geometry::strategy::karney, 5>]???
../libs/geometry/test/algorithms/area/area_geo.cpp:167:37: required from ???void test_geo_strategies() [with CT = double]???
../libs/geometry/test/algorithms/area/area_geo.cpp:250:32: required from here
../boost/geometry/strategies/area/geographic.hpp:101:49: note: parameter passing for argument of type ???boost::geometry::strategies::area::services::strategy_converter<boost::geometry::strategy::area::geographic<boost::geometry::strategy::karney, 5> >::altered_strategy??? when C++17 is enabled changed to match C++14 in GCC 10.1
In file included from ../boost/geometry/geometry.hpp:60,
from ../boost/geometry.hpp:17,
from ../libs/geometry/test/algorithms/area/area_geo.cpp:18:
../boost/geometry/algorithms/area.hpp: In static member function ???static auto boost::geometry::resolve_strategy::area<Strategy, false>::apply(const Geometry&, const Strategy&) [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::vector, std::allocator, std::allocator>; Strategy = boost::geometry::strategy::area::geographic<boost::geometry::strategy::andoyer, 2>]???:
../boost/geometry/algorithms/area.hpp:221:65: note: parameter passing for argument of type ???boost::geometry::strategies::area::services::strategy_converter<boost::geometry::strategy::area::geographic<boost::geometry::strategy::andoyer, 2> >::altered_strategy??? when C++17 is enabled changed to match C++14 in GCC 10.1
221 | >::apply(geometry, strategy_converter<Strategy>::get(strategy));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
../boost/geometry/algorithms/area.hpp: In static member function ???static auto boost::geometry::resolve_strategy::area<Strategy, false>::apply(const Geometry&, const Strategy&) [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::vector, std::allocator, std::allocator>; Strategy = boost::geometry::strategy::area::geographic<boost::geometry::strategy::andoyer, 3>]???:
../boost/geometry/algorithms/area.hpp:221:65: note: parameter passing for argument of type ???boost::geometry::strategies::area::services::strategy_converter<boost::geometry::strategy::area::geographic<boost::geometry::strategy::andoyer, 3> >::altered_strategy??? when C++17 is enabled changed to match C++14 in GCC 10.1
../boost/geometry/algorithms/area.hpp: In static member function ???static auto boost::geometry::resolve_strategy::area<Strategy, false>::apply(const Geometry&, const Strategy&) [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::vector, std::allocator, std::allocator>; Strategy = boost::geometry::strategy::area::geographic<boost::geometry::strategy::andoyer, 4>]???:
../boost/geometry/algorithms/area.hpp:221:65: note: parameter passing for argument of type ???boost::geometry::strategies::area::services::strategy_converter<boost::geometry::strategy::area::geographic<boost::geometry::strategy::andoyer, 4> >::altered_strategy??? when C++17 is enabled changed to match C++14 in GCC 10.1
../boost/geometry/algorithms/area.hpp: In static member function ???static auto boost::geometry::resolve_strategy::area<Strategy, false>::apply(const Geometry&, const Strategy&) [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::vector, std::allocator, std::allocator>; Strategy = boost::geometry::strategy::area::geographic<boost::geometry::strategy::andoyer, 5>]???:
../boost/geometry/algorithms/area.hpp:221:65: note: parameter passing for argument of type ???boost::geometry::strategies::area::services::strategy_converter<boost::geometry::strategy::area::geographic<boost::geometry::strategy::andoyer, 5> >::altered_strategy??? when C++17 is enabled changed to match C++14 in GCC 10.1
../boost/geometry/algorithms/area.hpp: In static member function ???static auto boost::geometry::resolve_strategy::area<Strategy, false>::apply(const Geometry&, const Strategy&) [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::vector, std::allocator, std::allocator>; Strategy = boost::geometry::strategy::area::geographic<boost::geometry::strategy::thomas, 1>]???:
../boost/geometry/algorithms/area.hpp:221:65: note: parameter passing for argument of type ???boost::geometry::strategies::area::services::strategy_converter<boost::geometry::strategy::area::geographic<boost::geometry::strategy::thomas, 1> >::altered_strategy??? when C++17 is enabled changed to match C++14 in GCC 10.1
../boost/geometry/algorithms/area.hpp: In static member function ???static auto boost::geometry::resolve_strategy::area<Strategy, false>::apply(const Geometry&, const Strategy&) [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::vector, std::allocator, std::allocator>; Strategy = boost::geometry::strategy::area::geographic<boost::geometry::strategy::thomas, 3>]???:
../boost/geometry/algorithms/area.hpp:221:65: note: parameter passing for argument of type ???boost::geometry::strategies::area::services::strategy_converter<boost::geometry::strategy::area::geographic<boost::geometry::strategy::thomas, 3> >::altered_strategy??? when C++17 is enabled changed to match C++14 in GCC 10.1
../boost/geometry/algorithms/area.hpp: In static member function ???static auto boost::geometry::resolve_strategy::area<Strategy, false>::apply(const Geometry&, const Strategy&) [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::vector, std::allocator, std::allocator>; Strategy = boost::geometry::strategy::area::geographic<boost::geometry::strategy::thomas, 4>]???:
../boost/geometry/algorithms/area.hpp:221:65: note: parameter passing for argument of type ???boost::geometry::strategies::area::services::strategy_converter<boost::geometry::strategy::area::geographic<boost::geometry::strategy::thomas, 4> >::altered_strategy??? when C++17 is enabled changed to match C++14 in GCC 10.1
../boost/geometry/algorithms/area.hpp: In static member function ???static auto boost::geometry::resolve_strategy::area<Strategy, false>::apply(const Geometry&, const Strategy&) [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::vector, std::allocator, std::allocator>; Strategy = boost::geometry::strategy::area::geographic<boost::geometry::strategy::thomas, 5>]???:
../boost/geometry/algorithms/area.hpp:221:65: note: parameter passing for argument of type ???boost::geometry::strategies::area::services::strategy_converter<boost::geometry::strategy::area::geographic<boost::geometry::strategy::thomas, 5> >::altered_strategy??? when C++17 is enabled changed to match C++14 in GCC 10.1
../boost/geometry/algorithms/area.hpp: In static member function ???static auto boost::geometry::resolve_strategy::area<Strategy, false>::apply(const Geometry&, const Strategy&) [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::vector, std::allocator, std::allocator>; Strategy = boost::geometry::strategy::area::geographic<boost::geometry::strategy::vincenty, 1>]???:
../boost/geometry/algorithms/area.hpp:221:65: note: parameter passing for argument of type ???boost::geometry::strategies::area::services::strategy_converter<boost::geometry::strategy::area::geographic<boost::geometry::strategy::vincenty, 1> >::altered_strategy??? when C++17 is enabled changed to match C++14 in GCC 10.1
../boost/geometry/algorithms/area.hpp: In static member function ???static auto boost::geometry::resolve_strategy::area<Strategy, false>::apply(const Geometry&, const Strategy&) [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::vector, std::allocator, std::allocator>; Strategy = boost::geometry::strategy::area::geographic<boost::geometry::strategy::vincenty, 2>]???:
../boost/geometry/algorithms/area.hpp:221:65: note: parameter passing for argument of type ???boost::geometry::strategies::area::services::strategy_converter<boost::geometry::strategy::area::geographic<boost::geometry::strategy::vincenty, 2> >::altered_strategy??? when C++17 is enabled changed to match C++14 in GCC 10.1
../boost/geometry/algorithms/area.hpp: In static member function ???static auto boost::geometry::resolve_strategy::area<Strategy, false>::apply(const Geometry&, const Strategy&) [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::vector, std::allocator, std::allocator>; Strategy = boost::geometry::strategy::area::geographic<boost::geometry::strategy::vincenty, 3>]???:
../boost/geometry/algorithms/area.hpp:221:65: note: parameter passing for argument of type ???boost::geometry::strategies::area::services::strategy_converter<boost::geometry::strategy::area::geographic<boost::geometry::strategy::vincenty, 3> >::altered_strategy??? when C++17 is enabled changed to match C++14 in GCC 10.1
../boost/geometry/algorithms/area.hpp: In static member function ???static auto boost::geometry::resolve_strategy::area<Strategy, false>::apply(const Geometry&, const Strategy&) [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::vector, std::allocator, std::allocator>; Strategy = boost::geometry::strategy::area::geographic<boost::geometry::strategy::vincenty, 5>]???:
../boost/geometry/algorithms/area.hpp:221:65: note: parameter passing for argument of type ???boost::geometry::strategies::area::services::strategy_converter<boost::geometry::strategy::area::geographic<boost::geometry::strategy::vincenty, 5> >::altered_strategy??? when C++17 is enabled changed to match C++14 in GCC 10.1
../boost/geometry/algorithms/area.hpp: In static member function ???static auto boost::geometry::resolve_strategy::area<Strategy, false>::apply(const Geometry&, const Strategy&) [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::vector, std::allocator, std::allocator>; Strategy = boost::geometry::strategy::area::geographic<boost::geometry::strategy::karney, 1>]???:
../boost/geometry/algorithms/area.hpp:221:65: note: parameter passing for argument of type ???boost::geometry::strategies::area::services::strategy_converter<boost::geometry::strategy::area::geographic<boost::geometry::strategy::karney, 1> >::altered_strategy??? when C++17 is enabled changed to match C++14 in GCC 10.1
../boost/geometry/algorithms/area.hpp: In static member function ???static auto boost::geometry::resolve_strategy::area<Strategy, false>::apply(const Geometry&, const Strategy&) [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::vector, std::allocator, std::allocator>; Strategy = boost::geometry::strategy::area::geographic<boost::geometry::strategy::karney, 2>]???:
../boost/geometry/algorithms/area.hpp:221:65: note: parameter passing for argument of type ???boost::geometry::strategies::area::services::strategy_converter<boost::geometry::strategy::area::geographic<boost::geometry::strategy::karney, 2> >::altered_strategy??? when C++17 is enabled changed to match C++14 in GCC 10.1
../boost/geometry/algorithms/area.hpp: In static member function ???static auto boost::geometry::resolve_strategy::area<Strateg...
[The content has been trimmed by the report system because it exceeds 65536 bytes]