summaryrefslogtreecommitdiff
path: root/boost/geometry/algorithms/detail/intersection/interface.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/geometry/algorithms/detail/intersection/interface.hpp')
-rw-r--r--boost/geometry/algorithms/detail/intersection/interface.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/geometry/algorithms/detail/intersection/interface.hpp b/boost/geometry/algorithms/detail/intersection/interface.hpp
index 2af618d974..fd989866dd 100644
--- a/boost/geometry/algorithms/detail/intersection/interface.hpp
+++ b/boost/geometry/algorithms/detail/intersection/interface.hpp
@@ -54,7 +54,7 @@ struct intersection
<
Geometry1, Geometry2, OneOut,
overlay_intersection
- >::apply(geometry1, geometry2, robust_policy, std::back_inserter(geometry_out), strategy);
+ >::apply(geometry1, geometry2, robust_policy, range::back_inserter(geometry_out), strategy);
return true;
}