]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/geometry/test/algorithms/distance/distance_se_geo_pl_ar.cpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / geometry / test / algorithms / distance / distance_se_geo_pl_ar.cpp
index 3a9d5f277f2b61b8b82c2b3a285b6bd00fa89c8f..67ca9faddd4ee4df4e515e7f611a65850a80908a 100644 (file)
@@ -1,25 +1,22 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
 // Unit Test
 
-// Copyright (c) 2017-2018, Oracle and/or its affiliates.
-
+// Copyright (c) 2017-2021 Oracle and/or its affiliates.
 // Contributed and/or modified by Vissarion Fysikopoulos, on behalf of Oracle
+// Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle
 
 // Licensed under the Boost Software License version 1.0.
 // http://www.boost.org/users/license.html
 
+#ifdef BOOST_GEOMETRY_TEST_DEBUG
 #include <iostream>
+#endif
 
 #ifndef BOOST_TEST_MODULE
 #define BOOST_TEST_MODULE test_distance_geographic_pointlike_areal
 #endif
 
-#include <boost/range.hpp>
-#include <boost/type_traits/is_same.hpp>
-
 #include <boost/test/included/unit_test.hpp>
-#include <boost/geometry/util/condition.hpp>
-#include <boost/geometry/strategies/strategies.hpp>
 
 #include "test_distance_geo_common.hpp"
 #include "test_empty_geometry.hpp"
@@ -680,6 +677,7 @@ BOOST_AUTO_TEST_CASE( test_all_pointlike_areal )
     test_all_pl_ar<geo_point>(vincenty_pp(), vincenty_ps(), vincenty_pb());
     test_all_pl_ar<geo_point>(thomas_pp(), thomas_ps(), thomas_pb());
     test_all_pl_ar<geo_point>(andoyer_pp(), andoyer_ps(), andoyer_pb());
+    //test_all_pl_ar<geo_point>(karney_pp(), karney_ps(), karney_pb());
 
     // test with different spheroid
     stype spheroid(6372000, 6370000);