diff options
author | robot-contrib <[email protected]> | 2025-08-27 02:09:33 +0300 |
---|---|---|
committer | robot-contrib <[email protected]> | 2025-08-27 02:38:25 +0300 |
commit | cbc03c03d6427448f2db38945cce81f2996fc05a (patch) | |
tree | 53cb78a4a1bf8e25a50acfcd1f3ccd4a1e22d8ee | |
parent | 791beccadf935499cd508be1efd3a990a99cd57b (diff) |
Update contrib/restricted/boost/tuple to 1.89.0
commit_hash:61ac316d3e30a7e78e744f188fd9d758617d06a3
3 files changed, 5 insertions, 4 deletions
diff --git a/contrib/restricted/boost/tuple/.yandex_meta/default.nix b/contrib/restricted/boost/tuple/.yandex_meta/default.nix index 9d52accaff8..48bf761973c 100644 --- a/contrib/restricted/boost/tuple/.yandex_meta/default.nix +++ b/contrib/restricted/boost/tuple/.yandex_meta/default.nix @@ -1,13 +1,13 @@ self: super: with self; { boost_tuple = stdenv.mkDerivation rec { pname = "boost_tuple"; - version = "1.88.0"; + version = "1.89.0"; src = fetchFromGitHub { owner = "boostorg"; repo = "tuple"; rev = "boost-${version}"; - hash = "sha256-12PmUCrHtXziGp0e9EsoTml3mBhTbHlBv71UHT8l5Yc="; + hash = "sha256-2PTGblaitDEhy/XvThETYyeAz2A2lDFvWfQ/atT8mn0="; }; }; } diff --git a/contrib/restricted/boost/tuple/include/boost/tuple/detail/tuple_basic.hpp b/contrib/restricted/boost/tuple/include/boost/tuple/detail/tuple_basic.hpp index ad488be767a..4686ce87891 100644 --- a/contrib/restricted/boost/tuple/include/boost/tuple/detail/tuple_basic.hpp +++ b/contrib/restricted/boost/tuple/include/boost/tuple/detail/tuple_basic.hpp @@ -37,6 +37,7 @@ #include <cstddef> // for std::size_t #include <boost/core/invoke_swap.hpp> +#include <boost/core/ref.hpp> #include <boost/type_traits/cv_traits.hpp> #include <boost/type_traits/function_traits.hpp> #include <boost/type_traits/integral_constant.hpp> diff --git a/contrib/restricted/boost/tuple/ya.make b/contrib/restricted/boost/tuple/ya.make index cefc42ba1d1..2b5016463b2 100644 --- a/contrib/restricted/boost/tuple/ya.make +++ b/contrib/restricted/boost/tuple/ya.make @@ -6,9 +6,9 @@ LICENSE(BSL-1.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(1.88.0) +VERSION(1.89.0) -ORIGINAL_SOURCE(https://github.com/boostorg/tuple/archive/boost-1.88.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/tuple/archive/boost-1.89.0.tar.gz) PEERDIR( contrib/restricted/boost/config |