]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/geometry/test/algorithms/test_correct.hpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / geometry / test / algorithms / test_correct.hpp
index 2d2723cd51f2ec12368931adc8c62eb4cf916f16..1576b160285f1d4441b0c337df588eaecb9dc2cf 100644 (file)
 #include <boost/geometry/io/wkt/write.hpp>
 #include <boost/variant/variant.hpp>
 
-
 template <typename Geometry>
 void check_geometry(Geometry const& geometry, std::string const& expected)
 {
     std::ostringstream out;
-    out << bg::wkt(geometry);
+    out << bg::wkt_manipulator<Geometry>(geometry, false);
 
     BOOST_CHECK_EQUAL(out.str(), expected);
 }