diff options
author | robot-contrib <robot-contrib@yandex-team.com> | 2024-08-19 11:56:02 +0300 |
---|---|---|
committer | robot-contrib <robot-contrib@yandex-team.com> | 2024-08-19 12:15:49 +0300 |
commit | 1c230f091887c1b37ebaac3c86ff3dac8af836da (patch) | |
tree | e4b6b08c55d400cb0c2f7d24030bb9584373be4e | |
parent | 65c167b829facbdd4907e177f3746831b7e2eb2c (diff) | |
download | ydb-1c230f091887c1b37ebaac3c86ff3dac8af836da.tar.gz |
Update contrib/restricted/boost/mp11 to 1.86.0
3a1d46912284aecd42711bfdeb0efb582f6ad1ba
-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 aba1fb1ca7..d991a7657f 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 108500 +#define BOOST_MP11_VERSION 108600 #endif // #ifndef BOOST_MP11_VERSION_HPP_INCLUDED diff --git a/contrib/restricted/boost/mp11/ya.make b/contrib/restricted/boost/mp11/ya.make index 6e699be6a8..1299acc117 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.85.0) +VERSION(1.86.0) -ORIGINAL_SOURCE(https://github.com/boostorg/mp11/archive/boost-1.85.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/mp11/archive/boost-1.86.0.tar.gz) ADDINCL( GLOBAL contrib/restricted/boost/mp11/include |