forked from boostorg/type_traits
Suppress some GCC warnings
[SVN r16443]
This commit is contained in:
@ -21,7 +21,9 @@ struct is_polymorphic_imp1
|
||||
struct d1 : public ncvT
|
||||
{
|
||||
d1();
|
||||
# if !defined(__GNUC__) // this raises warnings with some classes, and buys nothing with GCC
|
||||
~d1()throw();
|
||||
# endif
|
||||
char padding[256];
|
||||
};
|
||||
struct d2 : public ncvT
|
||||
|
Reference in New Issue
Block a user