mirror of
https://github.com/boostorg/exception.git
synced 2025-07-22 00:42:04 +02:00
This should take care of #6349. Hopefully doesn't break some other configurations.
[SVN r77593]
This commit is contained in:
@ -25,7 +25,7 @@
|
|||||||
#include <stdexcept>
|
#include <stdexcept>
|
||||||
#include <new>
|
#include <new>
|
||||||
#include <ios>
|
#include <ios>
|
||||||
#include <cstdlib>
|
#include <stdlib.h>
|
||||||
|
|
||||||
namespace
|
namespace
|
||||||
boost
|
boost
|
||||||
@ -457,7 +457,7 @@ boost
|
|||||||
BOOST_ASSERT(p);
|
BOOST_ASSERT(p);
|
||||||
p.ptr_->rethrow();
|
p.ptr_->rethrow();
|
||||||
BOOST_ASSERT(0);
|
BOOST_ASSERT(0);
|
||||||
std::abort();
|
abort();
|
||||||
}
|
}
|
||||||
|
|
||||||
inline
|
inline
|
||||||
|
Reference in New Issue
Block a user