Fixing two issues with non-intrusive exception cloning support.

[SVN r72924]
This commit is contained in:
Emil Dotchevski
2011-07-05 23:53:33 +00:00
parent 5f6812b226
commit 32e2b33250
6 changed files with 59 additions and 18 deletions

View File

@ -25,6 +25,7 @@
#include <stdexcept>
#include <new>
#include <ios>
#include <cstdlib>
namespace
boost
@ -456,7 +457,7 @@ boost
BOOST_ASSERT(p);
p.ptr_->rethrow();
BOOST_ASSERT(0);
abort();
std::abort();
}
inline