[geometry] Add message missing in BOOST_ASSERT_MSG

[SVN r84727]
This commit is contained in:
Mateusz Loskot
2013-06-10 15:10:49 +00:00
parent d9b740ddd1
commit 7c4ee689bc

View File

@@ -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 )