]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/geometry/strategies/cartesian/point_order.hpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / boost / geometry / strategies / cartesian / point_order.hpp
index 02c024be0b16c7f44ab840f1d7e56a8c26bd626f..995147daaae6defc03a3872a011602bdcf0325e3 100644 (file)
@@ -1,6 +1,6 @@
 // Boost.Geometry
 
-// Copyright (c) 2019, Oracle and/or its affiliates.
+// Copyright (c) 2019-2020, Oracle and/or its affiliates.
 
 // Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle
 
@@ -13,8 +13,8 @@
 
 #include <boost/geometry/core/tags.hpp>
 
+#include <boost/geometry/strategy/cartesian/area.hpp>
 #include <boost/geometry/strategies/point_order.hpp>
-#include <boost/geometry/strategies/cartesian/area.hpp>
 
 
 namespace boost { namespace geometry
@@ -28,6 +28,12 @@ struct cartesian
     : strategy::area::cartesian<CalculationType>
 {
     typedef area_tag version_tag;
+
+    // TEMP
+    static strategy::area::cartesian<CalculationType> get_area_strategy()
+    {
+        return strategy::area::cartesian<CalculationType>();
+    }
 };
 
 namespace services