aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthegeorg <thegeorg@yandex-team.com>2024-02-03 13:50:17 +0300
committerthegeorg <thegeorg@yandex-team.com>2024-02-03 14:20:31 +0300
commitae43d7db2ac232bbb2be39740621bee37e06f103 (patch)
tree5d59c74e7cccad96e90278b86e0d8ad78195b7a5
parenta131ad9b58449a6508cdfb4a423c14ed09b09b03 (diff)
downloadydb-ae43d7db2ac232bbb2be39740621bee37e06f103.tar.gz
yamaker: Disable tr1/ and ext/ includes by default
-rw-r--r--contrib/restricted/boost/smart_ptr/include/boost/smart_ptr/detail/atomic_count_gcc.hpp2
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 f8b5621b60..4339538fcb 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