Boost Exception documentation update

[SVN r48432]
This commit is contained in:
Emil Dotchevski
2008-08-29 02:48:23 +00:00
parent 70a910d82c
commit d7b98ba390
15 changed files with 2876 additions and 2583 deletions

View File

@ -95,9 +95,9 @@ boost
if( info_.end()!=i )
{
shared_ptr<error_info_base const> const & p = i->second;
#ifndef BOOST_NO_RTTI
#ifndef BOOST_NO_RTTI
BOOST_ASSERT( typeid(*p)==ti );
#endif
#endif
return p;
}
return shared_ptr<error_info_base const>();