diff options
author | robot-contrib <robot-contrib@yandex-team.com> | 2023-12-16 23:39:59 +0300 |
---|---|---|
committer | robot-contrib <robot-contrib@yandex-team.com> | 2023-12-17 00:08:06 +0300 |
commit | 993e88069c540e49edba979e9ce8df53cffbdb5b (patch) | |
tree | 204aed99f07e72a5760a611d5548f680e85a74f4 /contrib | |
parent | 0204b889f99a58dd6e6123d5b1f9b5ac84acf454 (diff) | |
download | ydb-993e88069c540e49edba979e9ce8df53cffbdb5b.tar.gz |
Update contrib/restricted/boost/mp11 to 1.84.0
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/restricted/boost/mp11/include/boost/mp11/version.hpp | 2 | ||||
-rw-r--r-- | contrib/restricted/boost/mp11/ya.make | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/contrib/restricted/boost/mp11/include/boost/mp11/version.hpp b/contrib/restricted/boost/mp11/include/boost/mp11/version.hpp index 091266530b..ab5e09c390 100644 --- a/contrib/restricted/boost/mp11/include/boost/mp11/version.hpp +++ b/contrib/restricted/boost/mp11/include/boost/mp11/version.hpp @@ -11,6 +11,6 @@ // Same format as BOOST_VERSION: // major * 100000 + minor * 100 + patch -#define BOOST_MP11_VERSION 108300 +#define BOOST_MP11_VERSION 108400 #endif // #ifndef BOOST_MP11_VERSION_HPP_INCLUDED diff --git a/contrib/restricted/boost/mp11/ya.make b/contrib/restricted/boost/mp11/ya.make index 4b5bbf8f7b..e725d8e913 100644 --- a/contrib/restricted/boost/mp11/ya.make +++ b/contrib/restricted/boost/mp11/ya.make @@ -6,9 +6,9 @@ LICENSE(BSL-1.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(1.83.0) +VERSION(1.84.0) -ORIGINAL_SOURCE(https://github.com/boostorg/mp11/archive/boost-1.83.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/mp11/archive/boost-1.84.0.tar.gz) ADDINCL( GLOBAL contrib/restricted/boost/mp11/include |