diff --git a/deps/boost/boost/container_hash/hash.hpp b/deps/boost/boost/container_hash/hash.hpp index 76de7939eb..4f62fbb7cd 100644 --- a/deps/boost/boost/container_hash/hash.hpp +++ b/deps/boost/boost/container_hash/hash.hpp @@ -38,6 +38,11 @@ #include #endif +#ifdef __clang__ +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wdeprecated-declarations" +#endif + #if defined(BOOST_MSVC) #pragma warning(push) @@ -749,6 +754,10 @@ namespace boost #pragma warning(pop) #endif +#ifdef __clang__ +#pragma clang diagnostic pop +#endif + #endif // BOOST_FUNCTIONAL_HASH_HASH_HPP // Include this outside of the include guards in case the file is included