aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrobot-contrib <robot-contrib@yandex-team.com>2023-12-17 22:15:33 +0300
committerrobot-contrib <robot-contrib@yandex-team.com>2023-12-17 22:48:57 +0300
commitcffc504cb021a48511ff54be29d953c3207b3c7a (patch)
treed093f0c17d9b334f6b68bda7acdb01200b67fd65
parent0992f8e13bc8aab92fcc68904ff895fb37b4730b (diff)
downloadydb-cffc504cb021a48511ff54be29d953c3207b3c7a.tar.gz
Update contrib/restricted/boost/bind to 1.84.0
-rw-r--r--contrib/restricted/boost/bind/include/boost/bind/detail/requires_cxx11.hpp2
-rw-r--r--contrib/restricted/boost/bind/ya.make4
2 files changed, 3 insertions, 3 deletions
diff --git a/contrib/restricted/boost/bind/include/boost/bind/detail/requires_cxx11.hpp b/contrib/restricted/boost/bind/include/boost/bind/detail/requires_cxx11.hpp
index a104d067e3..600f58ff19 100644
--- a/contrib/restricted/boost/bind/include/boost/bind/detail/requires_cxx11.hpp
+++ b/contrib/restricted/boost/bind/include/boost/bind/detail/requires_cxx11.hpp
@@ -15,7 +15,7 @@
defined(BOOST_NO_CXX11_NOEXCEPT) || \
defined(BOOST_NO_CXX11_HDR_FUNCTIONAL)
-BOOST_PRAGMA_MESSAGE("C++03 support was deprecated in Boost.Bind 1.82 and will be removed in Boost.Bind 1.84. Please open an issue in https://github.com/boostorg/bind if you want it retained.")
+BOOST_PRAGMA_MESSAGE("C++03 support was deprecated in Boost.Bind 1.82 and will be removed in Boost.Bind 1.85.")
#endif
diff --git a/contrib/restricted/boost/bind/ya.make b/contrib/restricted/boost/bind/ya.make
index bcb5659b5b..800fbedbaf 100644
--- a/contrib/restricted/boost/bind/ya.make
+++ b/contrib/restricted/boost/bind/ya.make
@@ -6,9 +6,9 @@ LICENSE(BSL-1.0)
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
-VERSION(1.83.0)
+VERSION(1.84.0)
-ORIGINAL_SOURCE(https://github.com/boostorg/bind/archive/boost-1.83.0.tar.gz)
+ORIGINAL_SOURCE(https://github.com/boostorg/bind/archive/boost-1.84.0.tar.gz)
PEERDIR(
contrib/restricted/boost/config