summaryrefslogtreecommitdiff
path: root/external/boost/boost.boost_static_assert_unused_attribute.patch.0
blob: ef54a7fdcce572819d571e072e7a59594e404507 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- boost/static_assert.hpp
+++ boost/static_assert.hpp
@@ -67,7 +67,7 @@
 //
 // If the compiler warns about unused typedefs then enable this:
 //
-#if defined(__GNUC__) && ((__GNUC__ > 4) || ((__GNUC__ == 4) && (__GNUC_MINOR__ >= 7)))
+#if defined(__GNUC__) && ((__GNUC__ > 4) || ((__GNUC__ == 4) && (__GNUC_MINOR__ >= 7))) || defined __clang__
 #  define BOOST_STATIC_ASSERT_UNUSED_ATTRIBUTE __attribute__((unused))
 #else
 #  define BOOST_STATIC_ASSERT_UNUSED_ATTRIBUTE