diff options
author | robot-contrib <robot-contrib@yandex-team.com> | 2023-08-16 18:15:22 +0300 |
---|---|---|
committer | robot-contrib <robot-contrib@yandex-team.com> | 2023-08-16 20:11:08 +0300 |
commit | 522e99b6a3c17591c4fa6db05c3dd134e5cecd99 (patch) | |
tree | b3d2e635d2c56600f3f4b9821b70920263e104da | |
parent | 04357ec2ff9ce4122427e87c71d35cf6fac4cda1 (diff) | |
download | ydb-522e99b6a3c17591c4fa6db05c3dd134e5cecd99.tar.gz |
Update contrib/restricted/boost/container_hash to 1.83.0
-rw-r--r-- | contrib/restricted/boost/container_hash/include/boost/container_hash/detail/requires_cxx11.hpp | 2 | ||||
-rw-r--r-- | contrib/restricted/boost/container_hash/ya.make | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/contrib/restricted/boost/container_hash/include/boost/container_hash/detail/requires_cxx11.hpp b/contrib/restricted/boost/container_hash/include/boost/container_hash/detail/requires_cxx11.hpp index 61db135bc2..f123f92752 100644 --- a/contrib/restricted/boost/container_hash/include/boost/container_hash/detail/requires_cxx11.hpp +++ b/contrib/restricted/boost/container_hash/include/boost/container_hash/detail/requires_cxx11.hpp @@ -15,7 +15,7 @@ defined(BOOST_NO_CXX11_NOEXCEPT) || \ defined(BOOST_NO_CXX11_HDR_TUPLE) -BOOST_PRAGMA_MESSAGE("C++03 support is deprecated in Boost.ContainerHash 1.82 and will be removed in Boost.ContainerHash 1.84.") +BOOST_PRAGMA_MESSAGE("C++03 support was deprecated in Boost.ContainerHash 1.82 and will be removed in Boost.ContainerHash 1.84. Please open an issue in https://github.com/boostorg/container_hash if you want it retained.") #endif diff --git a/contrib/restricted/boost/container_hash/ya.make b/contrib/restricted/boost/container_hash/ya.make index 9363505f6a..406249daa9 100644 --- a/contrib/restricted/boost/container_hash/ya.make +++ b/contrib/restricted/boost/container_hash/ya.make @@ -6,9 +6,9 @@ LICENSE(BSL-1.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(1.82.0) +VERSION(1.83.0) -ORIGINAL_SOURCE(https://github.com/boostorg/container_hash/archive/boost-1.82.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/container_hash/archive/boost-1.83.0.tar.gz) PEERDIR( contrib/restricted/boost/config |