aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrobot-contrib <robot-contrib@yandex-team.com>2023-08-14 23:33:02 +0300
committerrobot-contrib <robot-contrib@yandex-team.com>2023-08-15 11:27:22 +0300
commit47ace65860ecfc1847d37e029c099605143f9236 (patch)
treed35ea6be4efdd90fe0f0f86a5b8b9603d03db323
parent90ecae574ac3293113bccc3e67059283b13d8db2 (diff)
downloadydb-47ace65860ecfc1847d37e029c099605143f9236.tar.gz
Update contrib/restricted/boost/bind to 1.83.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 e78d8f902b..a104d067e3 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 is deprecated in Boost.Bind 1.82 and will be removed in Boost.Bind 1.84.")
+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.")
#endif
diff --git a/contrib/restricted/boost/bind/ya.make b/contrib/restricted/boost/bind/ya.make
index e543d42d22..bcb5659b5b 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.82.0)
+VERSION(1.83.0)
-ORIGINAL_SOURCE(https://github.com/boostorg/bind/archive/boost-1.82.0.tar.gz)
+ORIGINAL_SOURCE(https://github.com/boostorg/bind/archive/boost-1.83.0.tar.gz)
PEERDIR(
contrib/restricted/boost/config