summaryrefslogtreecommitdiff
path: root/boost/geometry/algorithms/detail/relate/topology_check.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/geometry/algorithms/detail/relate/topology_check.hpp')
-rw-r--r--boost/geometry/algorithms/detail/relate/topology_check.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/boost/geometry/algorithms/detail/relate/topology_check.hpp b/boost/geometry/algorithms/detail/relate/topology_check.hpp
index a12acaf42b..ab42504ec0 100644
--- a/boost/geometry/algorithms/detail/relate/topology_check.hpp
+++ b/boost/geometry/algorithms/detail/relate/topology_check.hpp
@@ -163,8 +163,7 @@ struct topology_check<MultiLinestring, EqPPStrategy, multi_linestring_tag>
}
private:
-// TODO: CS-specific less derived from EqPPStrategy
- typedef geometry::less<> less_type;
+ typedef geometry::less<void, -1, typename EqPPStrategy::cs_tag> less_type;
void init() const
{