diff --git a/test/is_tuple_like_test.cpp b/test/is_tuple_like_test.cpp index 553d6ca..728dec3 100644 --- a/test/is_tuple_like_test.cpp +++ b/test/is_tuple_like_test.cpp @@ -2,6 +2,10 @@ // Distributed under the Boost Software License, Version 1.0. // https://www.boost.org/LICENSE_1_0.txt +#if defined(__clang__) +# pragma clang diagnostic ignored "-Wmismatched-tags" +#endif + #include #include #include