mirror of
https://github.com/boostorg/exception.git
synced 2025-07-29 12:07:20 +02:00
"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