diff options
Diffstat (limited to 'test/std/utilities/template.bitset/bitset.members/index_const.pass.cpp')
-rw-r--r-- | test/std/utilities/template.bitset/bitset.members/index_const.pass.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/std/utilities/template.bitset/bitset.members/index_const.pass.cpp b/test/std/utilities/template.bitset/bitset.members/index_const.pass.cpp index e3c28c6935767..870a504c2d751 100644 --- a/test/std/utilities/template.bitset/bitset.members/index_const.pass.cpp +++ b/test/std/utilities/template.bitset/bitset.members/index_const.pass.cpp @@ -13,7 +13,9 @@ #include <cstdlib> #include <cassert> +#if defined(__clang__) #pragma clang diagnostic ignored "-Wtautological-compare" +#endif template <std::size_t N> std::bitset<N> |