diff options
author | robot-contrib <robot-contrib@yandex-team.com> | 2023-08-15 13:52:47 +0300 |
---|---|---|
committer | robot-contrib <robot-contrib@yandex-team.com> | 2023-08-15 16:10:34 +0300 |
commit | f6630540a9aa423f65ada97d53183d25c7ecaaf0 (patch) | |
tree | b7c66efda50d01125105c9c49958c5a930c50f9a /contrib | |
parent | f364ccb4b0a2bff6936436eb8a9e3b1e8cd4d4dd (diff) | |
download | ydb-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.hpp | 2 | ||||
-rw-r--r-- | contrib/restricted/boost/describe/ya.make | 4 |
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 |