diff options
author | robot-contrib <robot-contrib@yandex-team.com> | 2022-12-29 10:04:26 +0300 |
---|---|---|
committer | robot-contrib <robot-contrib@yandex-team.com> | 2022-12-29 10:04:26 +0300 |
commit | 4b9c7f662eed72db1a916fccd5d66c949dd8ffba (patch) | |
tree | 8494153164cb908bfcf4a3c15779fdeb8e686791 | |
parent | 3a12c0e98919eea37cd48923350152e42b0fecd0 (diff) | |
download | ydb-4b9c7f662eed72db1a916fccd5d66c949dd8ffba.tar.gz |
Update contrib/restricted/boost/array to 1.81.0
-rw-r--r-- | contrib/restricted/boost/array/include/boost/array.hpp | 2 | ||||
-rw-r--r-- | contrib/restricted/boost/variant2/README.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/restricted/boost/array/include/boost/array.hpp b/contrib/restricted/boost/array/include/boost/array.hpp index a32d1e99c6..f047063d90 100644 --- a/contrib/restricted/boost/array/include/boost/array.hpp +++ b/contrib/restricted/boost/array/include/boost/array.hpp @@ -44,8 +44,8 @@ #include <iterator> #include <stdexcept> #include <boost/assert.hpp> +#include <boost/core/swap.hpp> #include <boost/static_assert.hpp> -#include <boost/swap.hpp> #include <boost/throw_exception.hpp> #include <algorithm> diff --git a/contrib/restricted/boost/variant2/README.md b/contrib/restricted/boost/variant2/README.md index d49356b4d3..03a75f1647 100644 --- a/contrib/restricted/boost/variant2/README.md +++ b/contrib/restricted/boost/variant2/README.md @@ -12,7 +12,7 @@ Supported compilers: * g++ 4.8 or later with `-std=c++11` or above * clang++ 3.9 or later with `-std=c++11` or above -* Visual Studio 2015, 2017, 2019 +* Visual Studio 2015 or later Tested on [Github Actions](https://github.com/boostorg/variant2/actions) and [Appveyor](https://ci.appveyor.com/project/pdimov/variant2-fkab9). |