1 --- boost/static_assert.hpp
2 +++ boost/static_assert.hpp
5 // If the compiler warns about unused typedefs then enable this:
7 -#if defined(__GNUC__) && ((__GNUC__ > 4) || ((__GNUC__ == 4) && (__GNUC_MINOR__ >= 7)))
8 +#if defined(__GNUC__) && ((__GNUC__ > 4) || ((__GNUC__ == 4) && (__GNUC_MINOR__ >= 7))) || defined __clang__
9 # define BOOST_STATIC_ASSERT_UNUSED_ATTRIBUTE __attribute__((unused))
11 # define BOOST_STATIC_ASSERT_UNUSED_ATTRIBUTE