Improved compatibility with various compilers.

[SVN r45087]
This commit is contained in:
Emil Dotchevski
2008-05-03 19:51:41 +00:00
parent cde6de22d9
commit 7cc96d23ec
4 changed files with 57 additions and 32 deletions

View File

@ -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()
{