forked from boostorg/exception
Improved compatibility with various compilers.
[SVN r45087]
This commit is contained in:
@ -39,9 +39,8 @@ boost
|
||||
|
||||
protected:
|
||||
|
||||
#ifdef __GNUC__
|
||||
#if BOOST_WORKAROUND( __GNUC__, BOOST_TESTED_AT(4) )
|
||||
virtual //Disable bogus GCC warning.
|
||||
//Would someone at GCC finally get the protected, non-virtual destructor approach?
|
||||
#endif
|
||||
~error_info_base()
|
||||
{
|
||||
|
Reference in New Issue
Block a user