From 7c4ee689bc8a40f38bb26c7a886b9e4de952df95 Mon Sep 17 00:00:00 2001 From: Mateusz Loskot Date: Mon, 10 Jun 2013 15:10:49 +0000 Subject: [PATCH] [geometry] Add message missing in BOOST_ASSERT_MSG [SVN r84727] --- include/boost/geometry/index/detail/rtree/pack_create.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/geometry/index/detail/rtree/pack_create.hpp b/include/boost/geometry/index/detail/rtree/pack_create.hpp index 2910de40d..2c75fca64 100644 --- a/include/boost/geometry/index/detail/rtree/pack_create.hpp +++ b/include/boost/geometry/index/detail/rtree/pack_create.hpp @@ -229,7 +229,7 @@ private: { std::size_t values_count = last - first; - BOOST_ASSERT_MSG( subtree_counts.minc <= values_count ); + BOOST_ASSERT_MSG( subtree_counts.minc <= values_count, "invalid min counter" ); // only one packet if ( values_count <= subtree_counts.maxc )