summaryrefslogtreecommitdiff
path: root/boost/geometry/algorithms/detail/closest_feature/range_to_range.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/geometry/algorithms/detail/closest_feature/range_to_range.hpp')
-rw-r--r--boost/geometry/algorithms/detail/closest_feature/range_to_range.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/geometry/algorithms/detail/closest_feature/range_to_range.hpp b/boost/geometry/algorithms/detail/closest_feature/range_to_range.hpp
index 52b2495d12..be1729a86f 100644
--- a/boost/geometry/algorithms/detail/closest_feature/range_to_range.hpp
+++ b/boost/geometry/algorithms/detail/closest_feature/range_to_range.hpp
@@ -150,7 +150,7 @@ public:
apply(rtree_first, rtree_last, queries_first, queries_last,
strategy, rtree_min, qit_min, dist_min);
- return std::make_pair(rtree_min, qit_min);
+ return std::make_pair(rtree_min, qit_min);
}