mirror of
https://github.com/boostorg/exception.git
synced 2025-07-29 12:07:20 +02:00
Fixing a build glitch in the non-intrusive exception_ptr support (Authorized by Eric)
[SVN r72995]
This commit is contained in:
@ -25,6 +25,7 @@
|
||||
#include <stdexcept>
|
||||
#include <new>
|
||||
#include <ios>
|
||||
#include <cstdlib>
|
||||
|
||||
namespace
|
||||
boost
|
||||
@ -455,6 +456,8 @@ boost
|
||||
{
|
||||
BOOST_ASSERT(p);
|
||||
p.ptr_->rethrow();
|
||||
BOOST_ASSERT(0);
|
||||
std::abort();
|
||||
}
|
||||
|
||||
inline
|
||||
|
Reference in New Issue
Block a user