summaryrefslogtreecommitdiff
path: root/boost/geometry/algorithms/dispatch/is_valid.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/geometry/algorithms/dispatch/is_valid.hpp')
-rw-r--r--boost/geometry/algorithms/dispatch/is_valid.hpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/boost/geometry/algorithms/dispatch/is_valid.hpp b/boost/geometry/algorithms/dispatch/is_valid.hpp
index 266bab9181..5d8108655c 100644
--- a/boost/geometry/algorithms/dispatch/is_valid.hpp
+++ b/boost/geometry/algorithms/dispatch/is_valid.hpp
@@ -27,10 +27,8 @@ template
<
typename Geometry,
typename Tag = typename tag<Geometry>::type,
- // for linear geometries: determines if spikes are allowed
- bool AllowSpikes = true,
- // for areal geometries: determines if duplicate points are allowed
- bool AllowDuplicates = true
+ // for multi-geometries: determines if empty multi-geometries are allowed
+ bool AllowEmptyMultiGeometries = true
>
struct is_valid
: not_implemented<Geometry>