Fix for the problem reported by Pavel Lebedev. Thanks!

[SVN r74471]
This commit is contained in:
Emil Dotchevski
2011-09-19 21:45:34 +00:00
parent b053deaf22
commit c7bae18633

View File

@ -97,7 +97,7 @@ boost
{
shared_ptr<error_info_base> const & p = i->second;
#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
return p;
}