forked from boostorg/exception
merged changes from trunk: better boost::diagnostic_information
[SVN r71158]
This commit is contained in:
@ -109,7 +109,6 @@ boost
|
||||
{
|
||||
if( header )
|
||||
{
|
||||
BOOST_ASSERT(*header!=0);
|
||||
std::ostringstream tmp;
|
||||
tmp << header;
|
||||
for( error_info_map::const_iterator i=info_.begin(),end=info_.end(); i!=end; ++i )
|
||||
|
Reference in New Issue
Block a user