]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/geometry/algorithms/detail/relation/interface.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / geometry / algorithms / detail / relation / interface.hpp
index 6e555116db753c939de50977dc1306eb00f07557..e9d940c3e9c72d39b5238976df6d808b3ad928ea 100644 (file)
@@ -57,7 +57,10 @@ struct relation
                 Matrix
             >::type handler;
 
-        resolve_strategy::relate::apply(geometry1, geometry2, handler, strategy);
+        resolve_strategy::relate
+            <
+                Strategy
+            >::apply(geometry1, geometry2, handler, strategy);
 
         return handler.result();
     }