forked from boostorg/type_traits
Suppress some Intel C++ warnings.
[SVN r65628]
This commit is contained in:
@@ -14,6 +14,10 @@
|
||||
#endif
|
||||
#include <iostream>
|
||||
|
||||
#ifdef BOOST_INTEL
|
||||
#pragma warning(disable: 304 383)
|
||||
#endif
|
||||
|
||||
struct C1 {};
|
||||
|
||||
struct C2 {};
|
||||
|
Reference in New Issue
Block a user