forked from boostorg/exception
Hopefully fixing a GCC warning.
[SVN r72127]
This commit is contained in:
@ -455,6 +455,8 @@ boost
|
||||
{
|
||||
BOOST_ASSERT(p);
|
||||
p.ptr_->rethrow();
|
||||
BOOST_ASSERT(0);
|
||||
abort();
|
||||
}
|
||||
|
||||
inline
|
||||
|
Reference in New Issue
Block a user