diff options
author | thegeorg <thegeorg@yandex-team.com> | 2024-02-03 13:50:17 +0300 |
---|---|---|
committer | Alexander Smirnov <alex@ydb.tech> | 2024-02-09 19:17:30 +0300 |
commit | 742514d7c9a9664bf01c7181f5ae05a791e35551 (patch) | |
tree | 68ad7eacca4d4ab4b46fb4f1d0297d881958c103 /contrib | |
parent | 195c7fdce17f249502fd062bcc15ba44a2397a36 (diff) | |
download | ydb-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.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 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 |