mirror of
https://github.com/boostorg/exception.git
synced 2025-07-01 06:51:02 +02:00
Bug ticket 3641, also merging other fixes from the Release branch.
[SVN r57765]
This commit is contained in:
@ -90,6 +90,10 @@ boost
|
||||
{
|
||||
}
|
||||
|
||||
~exception_ptr() throw()
|
||||
{
|
||||
}
|
||||
|
||||
operator unspecified_bool_type() const
|
||||
{
|
||||
return _empty() ? 0 : &exception_ptr::bad_alloc_;
|
||||
|
Reference in New Issue
Block a user