summaryrefslogtreecommitdiff
path: root/boost/geometry/algorithms/detail/sections/range_by_section.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/geometry/algorithms/detail/sections/range_by_section.hpp')
-rw-r--r--boost/geometry/algorithms/detail/sections/range_by_section.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/geometry/algorithms/detail/sections/range_by_section.hpp b/boost/geometry/algorithms/detail/sections/range_by_section.hpp
index 02cec6cb48..611ad172d2 100644
--- a/boost/geometry/algorithms/detail/sections/range_by_section.hpp
+++ b/boost/geometry/algorithms/detail/sections/range_by_section.hpp
@@ -177,7 +177,7 @@ template <typename Geometry, typename Section>
inline typename ring_return_type<Geometry const>::type
range_by_section(Geometry const& geometry, Section const& section)
{
- concept::check<Geometry const>();
+ concepts::check<Geometry const>();
return dispatch::range_by_section
<