Disable gcc warning.

This commit is contained in:
jzmaddock
2018-08-12 19:37:33 +01:00
parent c3412181c4
commit 4b6b13ad25
2 changed files with 8 additions and 0 deletions

View File

@ -12,6 +12,10 @@
#include "test.hpp"
#include "check_integral_constant.hpp"
#ifdef BOOST_GCC
#pragma GCC diagnostic ignored "-Wnoexcept-type"
#endif
#ifdef BOOST_TT_HAS_ACCURATE_BINARY_OPERATOR_DETECTION
struct X

View File

@ -12,6 +12,10 @@
#include "test.hpp"
#include "check_integral_constant.hpp"
#ifdef BOOST_GCC
#pragma GCC diagnostic ignored "-Wnoexcept-type"
#endif
#ifdef BOOST_TT_HAS_ASCCURATE_IS_FUNCTION
struct tricky_members
{