summaryrefslogtreecommitdiff
path: root/boost/geometry/algorithms/detail/point_on_border.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/geometry/algorithms/detail/point_on_border.hpp')
-rw-r--r--boost/geometry/algorithms/detail/point_on_border.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/boost/geometry/algorithms/detail/point_on_border.hpp b/boost/geometry/algorithms/detail/point_on_border.hpp
index 24b88a8d19..1c751c23e4 100644
--- a/boost/geometry/algorithms/detail/point_on_border.hpp
+++ b/boost/geometry/algorithms/detail/point_on_border.hpp
@@ -286,8 +286,8 @@ inline bool point_on_border(Point& point,
Geometry const& geometry,
bool midpoint = false)
{
- concept::check<Point>();
- concept::check<Geometry const>();
+ concepts::check<Point>();
+ concepts::check<Geometry const>();
return dispatch::point_on_border
<