diff options
author | mikhnenko <mikhnenko@yandex-team.com> | 2025-02-19 10:50:52 +0300 |
---|---|---|
committer | mikhnenko <mikhnenko@yandex-team.com> | 2025-02-19 12:08:48 +0300 |
commit | 89230e873e3b39ed2876999cd6bcf42983f37c0d (patch) | |
tree | acbb7c57665c636d3ce8b627c36b55f86673b1f0 /contrib | |
parent | 630eb066943a7ee8147cc986423de8a13bc9d651 (diff) | |
download | ydb-89230e873e3b39ed2876999cd6bcf42983f37c0d.tar.gz |
No more warnings about deprecation headers from boost
commit_hash:8628da31ee57885e46675efa796bef34e8b992c4
Diffstat (limited to 'contrib')
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/restricted/boost/spirit/include/boost/spirit/home/support/iterators/detail/ref_counted_policy.hpp b/contrib/restricted/boost/spirit/include/boost/spirit/home/support/iterators/detail/ref_counted_policy.hpp index 723bbee4585..a392c2b5fc6 100644 --- a/contrib/restricted/boost/spirit/include/boost/spirit/home/support/iterators/detail/ref_counted_policy.hpp +++ b/contrib/restricted/boost/spirit/include/boost/spirit/home/support/iterators/detail/ref_counted_policy.hpp @@ -10,7 +10,7 @@ #include <boost/spirit/home/support/iterators/multi_pass_fwd.hpp> #include <boost/spirit/home/support/iterators/detail/multi_pass.hpp> #if defined(BOOST_HAS_THREADS) -#include <boost/detail/atomic_count.hpp> +#include <boost/smart_ptr/detail/atomic_count.hpp> #endif #include <cstdlib> diff --git a/contrib/restricted/boost/unordered/include/boost/unordered/detail/implementation.hpp b/contrib/restricted/boost/unordered/include/boost/unordered/detail/implementation.hpp index 9dffde159df..1964c5faa24 100644 --- a/contrib/restricted/boost/unordered/include/boost/unordered/detail/implementation.hpp +++ b/contrib/restricted/boost/unordered/include/boost/unordered/detail/implementation.hpp @@ -26,7 +26,7 @@ #include <boost/preprocessor/repetition/repeat_from_to.hpp> #include <boost/preprocessor/seq/enum.hpp> #include <boost/preprocessor/seq/size.hpp> -#include <boost/swap.hpp> +#include <boost/core/swap.hpp> #include <boost/throw_exception.hpp> #include <boost/tuple/tuple.hpp> #include <boost/type_traits/add_lvalue_reference.hpp> |