This should take care of #6349. Hopefully doesn't break some other configurations.

[SVN r77593]
This commit is contained in:
Emil Dotchevski
2012-03-27 19:33:22 +00:00
parent c3e35e9d37
commit 41ce8a3322

View File

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