diff options
author | robot-contrib <[email protected]> | 2023-08-15 10:26:08 +0300 |
---|---|---|
committer | robot-contrib <[email protected]> | 2023-08-15 13:01:45 +0300 |
commit | 1db49fdc7415c8a0d33c161e75d4ebc121722fff (patch) | |
tree | b74f4cc6c83b436da2495fe3f20abf807e8cbb19 /contrib | |
parent | 32a83973356e58bf01ba01f8e73eccbd9b121d58 (diff) |
Update contrib/restricted/boost/function to 1.83.0
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/restricted/boost/function/include/boost/function/detail/requires_cxx11.hpp | 2 | ||||
-rw-r--r-- | contrib/restricted/boost/function/ya.make | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/contrib/restricted/boost/function/include/boost/function/detail/requires_cxx11.hpp b/contrib/restricted/boost/function/include/boost/function/detail/requires_cxx11.hpp index a68da218c45..a2da96ca631 100644 --- a/contrib/restricted/boost/function/include/boost/function/detail/requires_cxx11.hpp +++ b/contrib/restricted/boost/function/include/boost/function/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.Function 1.82 and will be removed in Boost.Function 1.84.") +BOOST_PRAGMA_MESSAGE("C++03 support was deprecated in Boost.Function 1.82 and will be removed in Boost.Function 1.84. Please open an issue in https://github.com/boostorg/function if you want it retained.") #endif diff --git a/contrib/restricted/boost/function/ya.make b/contrib/restricted/boost/function/ya.make index 1dabe2ebccc..5b6ec2767df 100644 --- a/contrib/restricted/boost/function/ya.make +++ b/contrib/restricted/boost/function/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/function/archive/boost-1.82.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/function/archive/boost-1.83.0.tar.gz) PEERDIR( contrib/restricted/boost/assert |