mirror of
https://github.com/boostorg/exception.git
synced 2025-07-22 00:42:04 +02:00
Removing tabs.
[SVN r79014]
This commit is contained in:
@ -458,7 +458,7 @@ boost
|
|||||||
p.ptr_->rethrow();
|
p.ptr_->rethrow();
|
||||||
BOOST_ASSERT(0);
|
BOOST_ASSERT(0);
|
||||||
#if defined(UNDER_CE)
|
#if defined(UNDER_CE)
|
||||||
// some CE platforms don't define ::abort(), let alone std::abort()
|
// some CE platforms don't define ::abort()
|
||||||
exit(-1);
|
exit(-1);
|
||||||
#else
|
#else
|
||||||
abort();
|
abort();
|
||||||
|
Reference in New Issue
Block a user