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 /contrib/restricted/boost/array/include | |
parent | 3a12c0e98919eea37cd48923350152e42b0fecd0 (diff) | |
download | ydb-4b9c7f662eed72db1a916fccd5d66c949dd8ffba.tar.gz |
Update contrib/restricted/boost/array to 1.81.0
Diffstat (limited to 'contrib/restricted/boost/array/include')
-rw-r--r-- | contrib/restricted/boost/array/include/boost/array.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/restricted/boost/array/include/boost/array.hpp b/contrib/restricted/boost/array/include/boost/array.hpp index a32d1e99c62..f047063d90b 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> |