mirror of
https://github.com/boostorg/exception.git
synced 2025-07-21 16:32:05 +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 <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
|
||||
|
Reference in New Issue
Block a user