mirror of
https://github.com/boostorg/exception.git
synced 2025-07-21 16:32:05 +02:00
Fix for the problem reported by Pavel Lebedev. Thanks!
[SVN r74471]
This commit is contained in:
@ -97,7 +97,7 @@ boost
|
|||||||
{
|
{
|
||||||
shared_ptr<error_info_base> const & p = i->second;
|
shared_ptr<error_info_base> const & p = i->second;
|
||||||
#ifndef BOOST_NO_RTTI
|
#ifndef BOOST_NO_RTTI
|
||||||
BOOST_ASSERT( BOOST_EXCEPTION_DYNAMIC_TYPEID(*p).type_==ti.type_ );
|
BOOST_ASSERT( *BOOST_EXCEPTION_DYNAMIC_TYPEID(*p).type_==*ti.type_ );
|
||||||
#endif
|
#endif
|
||||||
return p;
|
return p;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user