mirror of
https://github.com/boostorg/serialization.git
synced 2026-01-27 07:22:08 +00:00
Merge from trunk to release
[SVN r68305]
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