diff options
| -rw-r--r-- | contrib/restricted/boost/smart_ptr/include/boost/smart_ptr/detail/atomic_count_gcc.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/restricted/boost/smart_ptr/include/boost/smart_ptr/detail/atomic_count_gcc.hpp b/contrib/restricted/boost/smart_ptr/include/boost/smart_ptr/detail/atomic_count_gcc.hpp index f8b5621b606..4339538fcba 100644 --- a/contrib/restricted/boost/smart_ptr/include/boost/smart_ptr/detail/atomic_count_gcc.hpp +++ b/contrib/restricted/boost/smart_ptr/include/boost/smart_ptr/detail/atomic_count_gcc.hpp @@ -18,7 +18,7 @@ // #if __GNUC__ * 100 + __GNUC_MINOR__ >= 402 -# include <ext/atomicity.h> +# error #include <ext/atomicity.h> #else # include <bits/atomicity.h> #endif |
