diff --git a/include/boost/container/detail/workaround.hpp b/include/boost/container/detail/workaround.hpp index d6407d4..055cf24 100644 --- a/include/boost/container/detail/workaround.hpp +++ b/include/boost/container/detail/workaround.hpp @@ -238,6 +238,8 @@ namespace boost { #if defined(__GNUC__) && ((__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__) >= 40600) #define BOOST_CONTAINER_GCC_COMPATIBLE_HAS_DIAGNOSTIC_IGNORED +#elif defined(__clang__) +#define BOOST_CONTAINER_GCC_COMPATIBLE_HAS_DIAGNOSTIC_IGNORED #endif #endif //#ifndef BOOST_CONTAINER_DETAIL_WORKAROUND_HPP