aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorrobot-contrib <robot-contrib@yandex-team.com>2023-08-15 13:52:47 +0300
committerrobot-contrib <robot-contrib@yandex-team.com>2023-08-15 16:10:34 +0300
commitf6630540a9aa423f65ada97d53183d25c7ecaaf0 (patch)
treeb7c66efda50d01125105c9c49958c5a930c50f9a /contrib
parentf364ccb4b0a2bff6936436eb8a9e3b1e8cd4d4dd (diff)
downloadydb-f6630540a9aa423f65ada97d53183d25c7ecaaf0.tar.gz
Update contrib/restricted/boost/describe to 1.83.0
Diffstat (limited to 'contrib')
-rw-r--r--contrib/restricted/boost/describe/include/boost/describe/members.hpp2
-rw-r--r--contrib/restricted/boost/describe/ya.make4
2 files changed, 4 insertions, 2 deletions
diff --git a/contrib/restricted/boost/describe/include/boost/describe/members.hpp b/contrib/restricted/boost/describe/include/boost/describe/members.hpp
index bce49db77d..828c495591 100644
--- a/contrib/restricted/boost/describe/include/boost/describe/members.hpp
+++ b/contrib/restricted/boost/describe/include/boost/describe/members.hpp
@@ -86,9 +86,11 @@ template<class T, unsigned Bm> struct update_modifiers
};
};
+#ifndef __cpp_inline_variables
template<class T, unsigned Bm> template<class D> constexpr decltype(D::pointer) update_modifiers<T, Bm>::fn<D>::pointer;
template<class T, unsigned Bm> template<class D> constexpr decltype(D::name) update_modifiers<T, Bm>::fn<D>::name;
template<class T, unsigned Bm> template<class D> constexpr unsigned update_modifiers<T, Bm>::fn<D>::modifiers;
+#endif
template<class D> struct gather_virtual_bases_impl;
template<class D> using gather_virtual_bases = typename gather_virtual_bases_impl<D>::type;
diff --git a/contrib/restricted/boost/describe/ya.make b/contrib/restricted/boost/describe/ya.make
index f6ecfb95f7..e51263047a 100644
--- a/contrib/restricted/boost/describe/ya.make
+++ b/contrib/restricted/boost/describe/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/describe/archive/boost-1.82.0.tar.gz)
+ORIGINAL_SOURCE(https://github.com/boostorg/describe/archive/boost-1.83.0.tar.gz)
PEERDIR(
contrib/restricted/boost/mp11