summaryrefslogtreecommitdiff
path: root/boost/geometry/algorithms/perimeter.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/geometry/algorithms/perimeter.hpp')
-rw-r--r--boost/geometry/algorithms/perimeter.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/geometry/algorithms/perimeter.hpp b/boost/geometry/algorithms/perimeter.hpp
index 1b5ccacf9c..47b0649727 100644
--- a/boost/geometry/algorithms/perimeter.hpp
+++ b/boost/geometry/algorithms/perimeter.hpp
@@ -142,7 +142,7 @@ struct perimeter
static inline typename default_length_result<Geometry>::type
apply(Geometry const& geometry, Strategy const& strategy)
{
- concept::check<Geometry const>();
+ concepts::check<Geometry const>();
return resolve_strategy::perimeter::apply(geometry, strategy);
}
};