diff options
author | robot-contrib <robot-contrib@yandex-team.com> | 2023-08-16 18:43:53 +0300 |
---|---|---|
committer | robot-contrib <robot-contrib@yandex-team.com> | 2023-08-16 20:45:52 +0300 |
commit | 047e47cf5698fdf8bac8283b2e6d32a8df5a2497 (patch) | |
tree | 23c799f249d8c04cf4003215c4f6a92e0713a403 | |
parent | c354caae81dae5f18cd82554ef6746a347907e8f (diff) | |
download | ydb-047e47cf5698fdf8bac8283b2e6d32a8df5a2497.tar.gz |
Update contrib/restricted/boost/typeof to 1.83.0
-rw-r--r-- | contrib/restricted/boost/typeof/include/boost/typeof/detail/requires_cxx11.hpp | 2 | ||||
-rw-r--r-- | contrib/restricted/boost/typeof/ya.make | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/contrib/restricted/boost/typeof/include/boost/typeof/detail/requires_cxx11.hpp b/contrib/restricted/boost/typeof/include/boost/typeof/detail/requires_cxx11.hpp index e58b16038e..05708c6e4d 100644 --- a/contrib/restricted/boost/typeof/include/boost/typeof/detail/requires_cxx11.hpp +++ b/contrib/restricted/boost/typeof/include/boost/typeof/detail/requires_cxx11.hpp @@ -11,7 +11,7 @@ #if defined(BOOST_NO_CXX11_DECLTYPE) || \ defined(BOOST_NO_CXX11_TEMPLATE_ALIASES) -BOOST_PRAGMA_MESSAGE("C++03 support is deprecated in Boost.Typeof 1.82 and will be removed in Boost.Typeof 1.84.") +BOOST_PRAGMA_MESSAGE("C++03 support was deprecated in Boost.Typeof 1.82 and will be removed in Boost.Typeof 1.84.") #endif diff --git a/contrib/restricted/boost/typeof/ya.make b/contrib/restricted/boost/typeof/ya.make index 6029879923..cb084fd292 100644 --- a/contrib/restricted/boost/typeof/ya.make +++ b/contrib/restricted/boost/typeof/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/typeof/archive/boost-1.82.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/typeof/archive/boost-1.83.0.tar.gz) PEERDIR( contrib/restricted/boost/config |