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