mirror of
https://github.com/boostorg/serialization.git
synced 2026-01-31 20:42:10 +00:00
assert -> BOOST_ASSERT
[SVN r66514]
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user