]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/geometry/test/algorithms/equals/equals_sph.cpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / geometry / test / algorithms / equals / equals_sph.cpp
index 45b0227b8104ff85182d7809857708686ffed1ad..3754535d3b510b16c2aa2dd366e4ad5119a2e3be 100644 (file)
@@ -147,5 +147,13 @@ int test_main( int , char* [] )
 {
     test_all<bg::model::point<double, 2, bg::cs::spherical_equatorial<bg::degree> > >();
 
+    // TODO: the polar version needs several traits more, for example in cs_tag,
+    // to compile properly.
+    //test_all<bg::model::point<double, 2, bg::cs::polar<bg::degree> > >();
+
+#if defined(BOOST_GEOMETRY_TEST_FAILURES)
+    test_all<bg::model::point<double, 2, bg::cs::geographic<bg::degree> > >();
+#endif
+
     return 0;
 }