summaryrefslogtreecommitdiff
path: root/boost/geometry/index/detail/bounded_view.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/geometry/index/detail/bounded_view.hpp')
-rw-r--r--boost/geometry/index/detail/bounded_view.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/boost/geometry/index/detail/bounded_view.hpp b/boost/geometry/index/detail/bounded_view.hpp
index 572368e273..0cd882fc94 100644
--- a/boost/geometry/index/detail/bounded_view.hpp
+++ b/boost/geometry/index/detail/bounded_view.hpp
@@ -155,7 +155,7 @@ struct indexed_access<index::detail::bounded_view<Segment, Box, Tag, box_tag>,
//static inline void set(box_type & b, coordinate_type const& value)
//{
- // BOOST_ASSERT(false);
+ // BOOST_GEOMETRY_INDEX_ASSERT(false, "unable to modify a box through view");
//}
};
@@ -173,7 +173,7 @@ struct indexed_access<index::detail::bounded_view<Segment, Box, Tag, box_tag>,
//static inline void set(box_type & b, coordinate_type const& value)
//{
- // BOOST_ASSERT(false);
+ // BOOST_GEOMETRY_INDEX_ASSERT(false, "unable to modify a box through view");
//}
};