summaryrefslogtreecommitdiff
path: root/boost/geometry/index/detail/algorithms/is_valid.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/geometry/index/detail/algorithms/is_valid.hpp')
-rw-r--r--boost/geometry/index/detail/algorithms/is_valid.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/boost/geometry/index/detail/algorithms/is_valid.hpp b/boost/geometry/index/detail/algorithms/is_valid.hpp
index d85ac56d69..676eec2d2a 100644
--- a/boost/geometry/index/detail/algorithms/is_valid.hpp
+++ b/boost/geometry/index/detail/algorithms/is_valid.hpp
@@ -80,6 +80,9 @@ struct is_valid<Indexable, segment_tag>
template <typename Indexable>
inline bool is_valid(Indexable const& b)
{
+ // CONSIDER: detection of NaNs
+ // e.g. by comparison of b with copy of b
+
return dispatch::is_valid<Indexable>::apply(b);
}