forked from boostorg/exception
"Fixing" lame GCC warning
[SVN r57419]
This commit is contained in:
@ -22,7 +22,10 @@ boost
|
||||
|
||||
protected:
|
||||
|
||||
~exception_ptr_base() throw() { }
|
||||
virtual
|
||||
~exception_ptr_base() throw()
|
||||
{
|
||||
}
|
||||
};
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user