24 Aug
2005
24 Aug
'05
4:05 p.m.
"JOAQUIN LOPEZ MU?Z"
size_type erase( const key_type& x ) // nothrow { BOOST_ASSERT( !this->empty() );
Why the BOOST_ASSERT? Do you require that the container be non-empty for erase to be callable? Am I missing something?
Hm...I couldn't find anything on this in the standard. Can you locate the
description for map