assert -> BOOST_ASSERT

[SVN r66514]
This commit is contained in:
Bryce Adelstein-Lelbach
2010-11-12 03:56:29 +00:00
parent 4f74f0a34c
commit 6ca19892be
51 changed files with 114 additions and 114 deletions

View File

@@ -99,7 +99,7 @@ basic_serializer_map::find(
map_type::const_iterator it;
it = m_map.find(& bs);
if(it == m_map.end()){
assert(false);
BOOST_ASSERT(false);
return 0;
}
return *it;