aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrobot-contrib <robot-contrib@yandex-team.com>2023-08-16 18:15:22 +0300
committerrobot-contrib <robot-contrib@yandex-team.com>2023-08-16 20:11:08 +0300
commit522e99b6a3c17591c4fa6db05c3dd134e5cecd99 (patch)
treeb3d2e635d2c56600f3f4b9821b70920263e104da
parent04357ec2ff9ce4122427e87c71d35cf6fac4cda1 (diff)
downloadydb-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.hpp2
-rw-r--r--contrib/restricted/boost/container_hash/ya.make4
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