diff --git a/test/iterator_test.cpp b/test/iterator_test.cpp index 3eb2902..7388cbe 100644 --- a/test/iterator_test.cpp +++ b/test/iterator_test.cpp @@ -8,6 +8,10 @@ // http://www.boost.org/LICENSE_1_0.txt // +#if defined(__clang__) +# pragma clang diagnostic ignored "-Wdeprecated-declarations" +#endif + #include #include #include