forked from boostorg/type_traits
GCC warning fix has to be constrained to gcc-7.
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
#include "test.hpp"
|
||||
#include "check_integral_constant.hpp"
|
||||
|
||||
#ifdef BOOST_GCC
|
||||
#if defined(BOOST_GCC) && (BOOST_GCC >= 70000)
|
||||
#pragma GCC diagnostic ignored "-Wnoexcept-type"
|
||||
#endif
|
||||
|
||||
|
@@ -12,7 +12,7 @@
|
||||
#include "test.hpp"
|
||||
#include "check_integral_constant.hpp"
|
||||
|
||||
#ifdef BOOST_GCC
|
||||
#if defined(BOOST_GCC) && (BOOST_GCC >= 70000)
|
||||
#pragma GCC diagnostic ignored "-Wnoexcept-type"
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user