diff options
| author | thegeorg <[email protected]> | 2024-02-03 13:50:17 +0300 |
|---|---|---|
| committer | thegeorg <[email protected]> | 2024-02-03 14:20:31 +0300 |
| commit | ae43d7db2ac232bbb2be39740621bee37e06f103 (patch) | |
| tree | 5d59c74e7cccad96e90278b86e0d8ad78195b7a5 | |
| parent | a131ad9b58449a6508cdfb4a423c14ed09b09b03 (diff) | |
yamaker: Disable tr1/ and ext/ includes by default
| -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 |
