mirror of
https://github.com/boostorg/type_traits.git
synced 2025-08-03 14:34:34 +02:00
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