From 41ce8a33225edbea4358df1930da1cfb42ce5baf Mon Sep 17 00:00:00 2001 From: Emil Dotchevski Date: Tue, 27 Mar 2012 19:33:22 +0000 Subject: [PATCH] This should take care of #6349. Hopefully doesn't break some other configurations. [SVN r77593] --- include/boost/exception/detail/exception_ptr.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/boost/exception/detail/exception_ptr.hpp b/include/boost/exception/detail/exception_ptr.hpp index b6ccf7e..b312673 100644 --- a/include/boost/exception/detail/exception_ptr.hpp +++ b/include/boost/exception/detail/exception_ptr.hpp @@ -25,7 +25,7 @@ #include #include #include -#include +#include namespace boost @@ -457,7 +457,7 @@ boost BOOST_ASSERT(p); p.ptr_->rethrow(); BOOST_ASSERT(0); - std::abort(); + abort(); } inline