diff options
author | robot-contrib <robot-contrib@yandex-team.com> | 2023-08-14 23:33:02 +0300 |
---|---|---|
committer | robot-contrib <robot-contrib@yandex-team.com> | 2023-08-15 11:27:22 +0300 |
commit | 47ace65860ecfc1847d37e029c099605143f9236 (patch) | |
tree | d35ea6be4efdd90fe0f0f86a5b8b9603d03db323 | |
parent | 90ecae574ac3293113bccc3e67059283b13d8db2 (diff) | |
download | ydb-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.hpp | 2 | ||||
-rw-r--r-- | contrib/restricted/boost/bind/ya.make | 4 |
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 |