merged changes from trunk: better boost::diagnostic_information

[SVN r71158]
This commit is contained in:
Emil Dotchevski
2011-04-10 02:13:12 +00:00
parent ef12c8b8fb
commit f5dc3715bc
3 changed files with 48 additions and 22 deletions

View File

@ -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 )