Bug ticket 3641, also merging other fixes from Trunk.

[SVN r57764]
This commit is contained in:
Emil Dotchevski
2009-11-18 23:00:41 +00:00
parent 785cf09730
commit d4eb9328ca
3 changed files with 8 additions and 3 deletions

View File

@ -90,6 +90,10 @@ boost
{
}
~exception_ptr() throw()
{
}
operator unspecified_bool_type() const
{
return _empty() ? 0 : &exception_ptr::bad_alloc_;