diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2024-08-16 00:01:20 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2024-08-16 00:12:07 +0300 |
commit | 83e432e997f044d72805caf673f53e3483b21362 (patch) | |
tree | fb17f107aab24a4020348bdf9f69716a479c1df6 /contrib/restricted/boost | |
parent | d40a92fd65dbf7cb68e7c4c47af9be07acf87352 (diff) | |
download | ydb-83e432e997f044d72805caf673f53e3483b21362.tar.gz |
Intermediate changes
Diffstat (limited to 'contrib/restricted/boost')
-rw-r--r-- | contrib/restricted/boost/detail/ya.make | 4 | ||||
-rw-r--r-- | contrib/restricted/boost/integer/ya.make | 4 | ||||
-rw-r--r-- | contrib/restricted/boost/utility/ya.make | 4 | ||||
-rw-r--r-- | contrib/restricted/boost/variant2/include/boost/variant2/variant.hpp | 2 | ||||
-rw-r--r-- | contrib/restricted/boost/variant2/ya.make | 4 |
5 files changed, 9 insertions, 9 deletions
diff --git a/contrib/restricted/boost/detail/ya.make b/contrib/restricted/boost/detail/ya.make index 97d62e70f6..26fb720c5a 100644 --- a/contrib/restricted/boost/detail/ya.make +++ b/contrib/restricted/boost/detail/ya.make @@ -9,9 +9,9 @@ LICENSE( LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(1.85.0) +VERSION(1.86.0) -ORIGINAL_SOURCE(https://github.com/boostorg/detail/archive/boost-1.85.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/detail/archive/boost-1.86.0.tar.gz) PEERDIR( contrib/restricted/boost/config diff --git a/contrib/restricted/boost/integer/ya.make b/contrib/restricted/boost/integer/ya.make index 02417ff194..6abddb3b2d 100644 --- a/contrib/restricted/boost/integer/ya.make +++ b/contrib/restricted/boost/integer/ya.make @@ -6,9 +6,9 @@ LICENSE(BSL-1.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(1.85.0) +VERSION(1.86.0) -ORIGINAL_SOURCE(https://github.com/boostorg/integer/archive/boost-1.85.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/integer/archive/boost-1.86.0.tar.gz) PEERDIR( contrib/restricted/boost/assert diff --git a/contrib/restricted/boost/utility/ya.make b/contrib/restricted/boost/utility/ya.make index 94da4d7347..c3c47df3d4 100644 --- a/contrib/restricted/boost/utility/ya.make +++ b/contrib/restricted/boost/utility/ya.make @@ -6,9 +6,9 @@ LICENSE(BSL-1.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(1.85.0) +VERSION(1.86.0) -ORIGINAL_SOURCE(https://github.com/boostorg/utility/archive/boost-1.85.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/utility/archive/boost-1.86.0.tar.gz) PEERDIR( contrib/restricted/boost/config diff --git a/contrib/restricted/boost/variant2/include/boost/variant2/variant.hpp b/contrib/restricted/boost/variant2/include/boost/variant2/variant.hpp index 1668436cb1..71f6eaac63 100644 --- a/contrib/restricted/boost/variant2/include/boost/variant2/variant.hpp +++ b/contrib/restricted/boost/variant2/include/boost/variant2/variant.hpp @@ -1635,7 +1635,7 @@ public: class Ud = typename std::decay<U>::type, class E1 = typename std::enable_if< !std::is_same<Ud, variant>::value && !std::is_base_of<variant, Ud>::value && !detail::is_in_place_index<Ud>::value && !detail::is_in_place_type<Ud>::value >::type, -#if BOOST_WORKAROUND(BOOST_MSVC, < 1940) +#if BOOST_WORKAROUND(BOOST_MSVC, < 1950) class V = mp11::mp_apply_q< mp11::mp_bind_front<detail::resolve_overload_type, U&&>, variant >, diff --git a/contrib/restricted/boost/variant2/ya.make b/contrib/restricted/boost/variant2/ya.make index c1a34411e5..9da684f56c 100644 --- a/contrib/restricted/boost/variant2/ya.make +++ b/contrib/restricted/boost/variant2/ya.make @@ -6,9 +6,9 @@ LICENSE(BSL-1.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(1.85.0) +VERSION(1.86.0) -ORIGINAL_SOURCE(https://github.com/boostorg/variant2/archive/boost-1.85.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/variant2/archive/boost-1.86.0.tar.gz) PEERDIR( contrib/restricted/boost/assert |