aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorthegeorg <thegeorg@yandex-team.com>2024-02-03 13:50:17 +0300
committerAlexander Smirnov <alex@ydb.tech>2024-02-09 19:17:30 +0300
commit742514d7c9a9664bf01c7181f5ae05a791e35551 (patch)
tree68ad7eacca4d4ab4b46fb4f1d0297d881958c103 /contrib
parent195c7fdce17f249502fd062bcc15ba44a2397a36 (diff)
downloadydb-742514d7c9a9664bf01c7181f5ae05a791e35551.tar.gz
yamaker: Disable tr1/ and ext/ includes by default
Diffstat (limited to 'contrib')
-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