summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrobot-contrib <[email protected]>2023-08-14 23:34:25 +0300
committerrobot-contrib <[email protected]>2023-08-15 11:44:30 +0300
commitb0ed18abdd30c3a78ec87bf8f59c38f2263e1bd1 (patch)
tree41ac799279a8caa86f31b56adefc31ac315e6e99
parentfe1c87103984805cb9bed5066a213ac8621d0ff8 (diff)
Update contrib/restricted/boost/type_index to 1.83.0
-rw-r--r--contrib/restricted/boost/type_index/include/boost/type_index.hpp20
-rw-r--r--contrib/restricted/boost/type_index/ya.make4
2 files changed, 22 insertions, 2 deletions
diff --git a/contrib/restricted/boost/type_index/include/boost/type_index.hpp b/contrib/restricted/boost/type_index/include/boost/type_index.hpp
index 05a1b4cea4a..9ef884a8c4c 100644
--- a/contrib/restricted/boost/type_index/include/boost/type_index.hpp
+++ b/contrib/restricted/boost/type_index/include/boost/type_index.hpp
@@ -20,6 +20,26 @@
# pragma once
#endif
+
+
+#include <boost/config/pragma_message.hpp>
+#if defined(BOOST_NO_CXX11_RVALUE_REFERENCES) || \
+ defined(BOOST_NO_CXX11_AUTO_DECLARATIONS) || \
+ defined(BOOST_NO_CXX11_CONSTEXPR) || \
+ defined(BOOST_NO_CXX11_NULLPTR) || \
+ defined(BOOST_NO_CXX11_NOEXCEPT) || \
+ defined(BOOST_NO_CXX11_DEFAULTED_FUNCTIONS) || \
+ defined(BOOST_NO_CXX11_FINAL) || \
+ defined(BOOST_NO_CXX11_ALIGNOF) || \
+ defined(BOOST_NO_CXX11_STATIC_ASSERT) || \
+ defined(BOOST_NO_CXX11_SMART_PTR) || \
+ defined(BOOST_NO_CXX11_HDR_INITIALIZER_LIST) || \
+ defined(BOOST_NO_CXX11_HDR_TYPE_TRAITS)
+
+BOOST_PRAGMA_MESSAGE("C++03 support is deprecated in Boost.TypeIndex 1.82 and will be removed in Boost.TypeIndex 1.84.")
+
+#endif
+
#if defined(BOOST_TYPE_INDEX_USER_TYPEINDEX)
# error #include BOOST_TYPE_INDEX_USER_TYPEINDEX
# ifdef BOOST_HAS_PRAGMA_DETECT_MISMATCH
diff --git a/contrib/restricted/boost/type_index/ya.make b/contrib/restricted/boost/type_index/ya.make
index 8e140633ee4..d95025d2971 100644
--- a/contrib/restricted/boost/type_index/ya.make
+++ b/contrib/restricted/boost/type_index/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/type_index/archive/boost-1.82.0.tar.gz)
+ORIGINAL_SOURCE(https://github.com/boostorg/type_index/archive/boost-1.83.0.tar.gz)
PEERDIR(
contrib/restricted/boost/config