mirror of
https://github.com/boostorg/exception.git
synced 2025-07-23 17:17:16 +02:00
Boost Exception documentation update
[SVN r48432]
This commit is contained in:
@ -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>();
|
||||
|
Reference in New Issue
Block a user