Compile [2024-11-20 01:36:49 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_HAS_ICU=1 -DBOOST_MATH_TR1_NO_LIB=1 -DBOOST_RANDOM_DYN_LINK=1 -DBOOST_RANDOM_NO_LIB=1 -DBOOST_REGEX_NO_LIB=1 -DBOOST_SERIALIZATION_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/algorithm/include" -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/bind/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/include" -I"/mnt/fs1/teeks99-06/run/boost_root/libs/function_types/include" -I"/mnt/fs1/teeks99-06/run/boost_root/libs/fusion/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/phoenix/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/regex/include" -I"/mnt/fs1/teeks99-06/run/boost_root/libs/serialization/include" -I"/mnt/fs1/teeks99-06/run/boost_root/libs/smart_ptr/include" -I"/mnt/fs1/teeks99-06/run/boost_root/libs/spirit/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/type_traits/include" -I"/mnt/fs1/teeks99-06/run/boost_root/libs/unordered/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_sph_geo.test/gcc-11~c++20/debug/arm_64/debug-symbols-off/threading-multi/visibility-hidden/area_sph_geo.o" "../libs/geometry/test/algorithms/area/area_sph_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_sph_geo.cpp:21:
../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> > >; 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> > >; 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> > >; Strategy = boost::geometry::strategy::area::geographic<>]???
../libs/geometry/test/algorithms/area/area_sph_geo.cpp:503:24: 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::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> > >; Strategy = boost::geometry::strategy::area::geographic<boost::geometry::strategy::thomas>]???
../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>; Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >; 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> > >; Strategy = boost::geometry::strategy::area::geographic<boost::geometry::strategy::thomas>]???
../libs/geometry/test/algorithms/area/area_sph_geo.cpp:505:24: 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> >::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> > >; Strategy = boost::geometry::strategy::area::geographic<boost::geometry::strategy::vincenty>]???
../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>; Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >; 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> > >; Strategy = boost::geometry::strategy::area::geographic<boost::geometry::strategy::vincenty>]???
../libs/geometry/test/algorithms/area/area_sph_geo.cpp:507:24: 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> >::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 = 8; 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> > >; Strategy = boost::geometry::strategy::area::geographic<boost::geometry::strategy::karney>]???
../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>; Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >; 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> > >; Strategy = boost::geometry::strategy::area::geographic<boost::geometry::strategy::karney>]???
../libs/geometry/test/algorithms/area/area_sph_geo.cpp:509:24: 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> >::altered_strategy??? when C++17 is enabled changed to match C++14 in GCC 10.1
In file included from ../boost/geometry/strategies/spherical.hpp:14,
from ../boost/geometry/strategies/strategies.hpp:160,
from ../boost/geometry/geometry.hpp:57,
from ../boost/geometry.hpp:17,
from ../libs/geometry/test/algorithms/area/area_sph_geo.cpp:21:
../boost/geometry/strategies/area/spherical.hpp: In instantiation of ???static auto boost::geometry::strategies::area::services::strategy_converter<boost::geometry::strategy::area::spherical<R, CT> >::get(const boost::geometry::strategy::area::spherical<R, CT>&) [with R = 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::spherical_equatorial<boost::geometry::degree> >, true, true, std::vector, std::vector, std::allocator, std::allocator>; Strategy = boost::geometry::strategy::area::spherical<>]???
../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::spherical<>; Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::spherical_equatorial<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::spherical_equatorial<boost::geometry::degree> >, true, true, std::vector, std::vector, std::allocator, std::allocator>; Strategy = boost::geometry::strategy::area::spherical<>]???
../libs/geometry/test/algorithms/area/area_sph_geo.cpp:105:23: required from ???void test_spherical_geo() [with CT = double]???
../libs/geometry/test/algorithms/area/area_sph_geo.cpp:854:31: required from here
../boost/geometry/strategies/area/spherical.hpp:96:67: note: parameter passing for argument of type ???boost::geometry::strategies::area::spherical<>??? when C++17 is enabled changed to match C++14 in GCC 10.1
96 | return strategies::area::spherical<R, CT>(strategy.model());
| ^
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_sph_geo.cpp:21:
../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> > >; 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> > >; 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> > >; Strategy = boost::geometry::strategy::area::geographic<boost::geometry::strategy::vincenty, 5>]???
../libs/geometry/test/algorithms/area/area_sph_geo.cpp:122:20: required from ???void test_spherical_geo() [with CT = double]???
../libs/geometry/test/algorithms/area/area_sph_geo.cpp:854:31: 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
101 | return altered_strategy(strategy.model());
| ^
In file included from ../boost/geometry/geometry.hpp:60,
from ../boost/geometry.hpp:17,
from ../libs/geometry/test/algorithms/area/area_sph_geo.cpp:21:
../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::ring<boost::geometry::model::point<double, 2, boost::geometry::cs::spherical_equatorial<boost::geometry::degree> >, true, true, std::vector, std::allocator>; Strategy = boost::geometry::strategy::area::spherical<>]???:
../boost/geometry/algorithms/area.hpp:221:65: note: parameter passing for argument of type ???boost::geometry::strategies::area::spherical<>??? 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> > >; 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::spherical_equatorial<boost::geometry::degree> >, false, true, std::vector, std::vector, std::allocator, std::allocator>; Strategy = boost::geometry::strategy::area::spherical<>]???:
../boost/geometry/algorithms/area.hpp:221:65: note: parameter passing for argument of type ???boost::geometry::strategies::area::spherical<>??? 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> >, false, true, std::vector, std::vector, std::allocator, std::allocator>; Strategy = boost::geometry::strategy::area::geographic<>]???:
../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<> >::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::spherical_equatorial<boost::geometry::degree> >, true, true, std::vector, std::vector, std::allocator, std::allocator>; Strategy = boost::geometry::strategy::area::spherical<>]???:
../boost/geometry/algorithms/area.hpp:221:65: note: parameter passing for argument of type ???boost::geometry::strategies::area::spherical<>??? 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> > >; Strategy = boost::geometry::strategy::area::geographic<>]???:
../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<> >::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> > >; Strategy = boost::geometry::strategy::area::geographic<boost::geometry::strategy::thomas>]???:
../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> >::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> > >; Strategy = boost::geometry::strategy::area::geographic<boost::geometry::strategy::vincenty>]???:
../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> >::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> > >; Strategy = boost::geometry::strategy::area::geographic<boost::geometry::strategy::karney>]???:
../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> >::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<long double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >; Strategy = boost::geometry::strategy::area::geographic<>]???:
../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<> >::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<long double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >; Strategy = boost::geometry::strategy::area::geographic<boost::geometry::strategy::thomas>]???:
../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> >::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<long double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >; Strategy = boost::geometry::strategy::area::geographic<boost::geometry::strategy::vincenty>]???:
../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> >::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<long double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >; Strategy = boost::geometry::strategy::area::geographic<boost::geometry::strategy::karney>]???:
../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> >::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> >, false, true, std::vector, std::vector, std::allocator, std::allocator>; Strategy = boost::geometry::strategy::area::geographic<boost::geometry::strategy::vincenty>]???:
../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> >::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> >, false, true, std::vector, std::vector, std::allocator, std::allocator>; Strategy = boost::geometry::strategy::area::geographic<boost::geometry::strategy::karney>]???:
../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> >::altered_strategy??? when C++17 is enabled changed to match C++14 in GCC 10.1
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_sph_geo.cpp:21:
../boost/geometry/strategies/area/geographic.hpp: In static member function ???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/strategies/area/geographic.hpp:99:17: 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
99 | static auto get(strategy::area::geographic<FP, SO, S, CT> const& strategy)
| ^~~
../boost/geometry/strategies/area/geographic.hpp: In static member function ???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/strategies/area/geographic.hpp:99:17: note: parameter passing for argument of type ???boost::geometry::strategies::area::services::strategy_converter<boost::geometry::strategy::area::geographic<boost::geometry::strategy::thomas> >::altered_strategy??? when C++17 is enabled changed to match C++14 in GCC 10.1
../boost/geometry/strategies/area/geographic.hpp: In static member function ???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/strategies/area/geographic.hpp:99:17: note: parameter passing for argument of type ???boost::geometry::strategies::area::services::strategy_converter<boost::geometry::strategy::area::geographic<boost::geometry::strategy::vincenty> >::altered_strategy??? when C++17 is enabled changed to match C++14 in GCC 10.1
../boost/geometry/strategies/area/geographic.hpp: In static member function ???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 = 8; S = boost::geometry::srs::spheroid<double>; CT = void]???:
../boost/geometry/strategies/area/geographic.hpp:99:17: note: parameter passing for argument of type ???boost::geometry::strategies::area::services::strategy_converter<boost::geometry::strategy::area::geographic<boost::geometry::strategy::karney> >::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_sph_geo.cpp:21:
../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<long double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >; Strategy = boost::geometry::strategy::area::geographic<>]???:
../boost/geometry/algorithms/area.hpp:215:17: 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
215 | static auto apply(Geometry const& geometry, Strategy const& 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<long double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >; Strategy = boost::geometry::strategy::area::geographic<boost::geometry::strategy::thomas>]???:
../boost/geometry/algorithms/area.hpp:215:17: note: parameter passing for argument of type ???boost::geometry::strategies::area::services::strategy_converter<boost::geometry::strategy::area::geographic<boost::geometry::strategy::thomas> >::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<long double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >; Strategy = boost::geometry::strategy::area::geographic<boost::geometry::strategy::vincenty>]???:
../boost/geometry/algorithms/area.hpp:215:17: note: parameter passing for argument of type ???boost::geometry::strategies::area::services::strategy_converter<boost::geometry::strategy::area::geographic<boost::geometry::strategy::vincenty> >::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<long double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >; Strategy = boost::geometry::strategy::area::geographic<boost::geometry::strategy::karney>]???:
../boost/geometry/algorithms/area.hpp:215:17: note: parameter passing for argument of type ???boost::geometry::strategies::area::services::strategy_converter<boost::geometry::strategy::area::geographic<boost::geometry::strategy::karney> >::altered_strategy??? when C++17 is enabled changed to match C++14 in GCC 10.1
In file included from ../boost/geometry/strategies/spherical.hpp:14,
from ../boost/geometry/strategies/strategies.hpp:160,
from ../boost/geometry/geometry.hpp:57,
from ../boost/geometry.hpp:17,
from ../libs/geometry/test/algorithms/area/area_sph_geo.cpp:21:
../boost/geometry/strategies/area/spherical.hpp: In static member function ???static auto boost::geometry::strategies::area::services::strategy_converter<boost::geometry::strategy::area::spherical<R, CT> >::get(const boost::geometry::strategy::area::spherical<R, CT>&) [with R = double; CT = void]???:
../boost/geometry/strategies/area/spherical.hpp:94:17: note: parameter passing for argument of type ???boost::geometry::strategies::area::spherical<>??? when C++17 is enabled changed to match C++14 in GCC 10.1
94 | static auto get(strategy::area::spherical<R, CT> const& strategy)
| ^~~
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_sph_geo.cpp:21:
../boost/geometry/strategies/area/geographic.hpp: In static member function ???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/strategies/area/geographic.hpp:99:17: 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
99 | static auto get(strategy::area::geographic<FP, SO, S, CT> const& strategy)
| ^~~
In file included from ../boost/geometry/geometry.hpp:60,
from ../boost/geometry.hpp:17,
from ../libs/geometry/test/algorithms/area/area_sph_geo.cpp:21:
../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::ring<boost::geometry::model::point<double, 2, boost::geometry::cs::spherical_equatorial<boost::geometry::degree> >, true, true, std::vector, std::allocator>; Strategy = boost::geometry::strategy::area::spherical<>]???:
../boost/geometry/algorithms/area.hpp:215:17: note: parameter passing for argument of type ???boost::geometry::strategies::area::spherical<>??? when C++17 is enabled changed to match C++14 in GCC 10.1
215 | static auto apply(Geometry const& geometry, Strategy const& 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> >, false, true, std::vector, std::vector, std::allocator, std::allocator>; Strategy = boost::geometry::strategy::area::geographic<>]???:
../boost/geometry/algorithms/area.hpp:215:17: 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
../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> >, false, true, std::vector, std::vector, std::allocator, std::allocator>; Strategy = boost::geometry::strategy::area::geographic<boost::geometry::strategy::vincenty>]???:
../boost/geometry/algorithms/area.hpp:215:17: note: parameter passing for argument of type ???boost::geometry::strategies::area::services::strategy_converter<boost::geometry::strategy::area::geographic<boost::geometry::strategy::vincenty> >::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> >, false, true, std::vector, std::vector, std::allocator, std::allocator>; Strategy = boost::geometry::strategy::area::geographic<boost::geometry::strategy::karney>]???:
../boost/geometry/algorithms/area.hpp:215:17: note: parameter passing for argument of type ???boost::geometry::strategies::area::services::strategy_converter<boost::geometry::strategy::area::geographic<boost::geometry::strategy::karney> >::altered_strategy??? when C++17 is enabled changed to match C++14 in GCC 10.1