summaryrefslogtreecommitdiff
path: root/boost/geometry/algorithms/remove_spikes.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/geometry/algorithms/remove_spikes.hpp')
-rw-r--r--boost/geometry/algorithms/remove_spikes.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/geometry/algorithms/remove_spikes.hpp b/boost/geometry/algorithms/remove_spikes.hpp
index a96a2c29d0..080db92f6d 100644
--- a/boost/geometry/algorithms/remove_spikes.hpp
+++ b/boost/geometry/algorithms/remove_spikes.hpp
@@ -139,7 +139,7 @@ struct range_remove_spikes
// Copy output
geometry::clear(range);
- std::copy(cleaned.begin(), cleaned.end(), std::back_inserter(range));
+ std::copy(cleaned.begin(), cleaned.end(), range::back_inserter(range));
}
};