aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/restricted
diff options
context:
space:
mode:
authorrobot-contrib <robot-contrib@yandex-team.com>2023-04-29 08:48:23 +0300
committerrobot-contrib <robot-contrib@yandex-team.com>2023-04-29 08:48:23 +0300
commit9b611a5dbbc1d348fbaf973636730d4e71d8c6a9 (patch)
treea8a59eb44536ff0da9fa2f38cceb878ebf276ce0 /contrib/restricted
parent789919dfbe29bedf4945d5bb484d92d8125c9a84 (diff)
downloadydb-9b611a5dbbc1d348fbaf973636730d4e71d8c6a9.tar.gz
Update contrib/restricted/boost/any to 1.82.0
Diffstat (limited to 'contrib/restricted')
-rw-r--r--contrib/restricted/boost/any/include/boost/any.hpp4
-rw-r--r--contrib/restricted/boost/any/include/boost/any/bad_any_cast.hpp2
-rw-r--r--contrib/restricted/boost/any/include/boost/any/fwd.hpp2
3 files changed, 4 insertions, 4 deletions
diff --git a/contrib/restricted/boost/any/include/boost/any.hpp b/contrib/restricted/boost/any/include/boost/any.hpp
index 9d2e921416..33cc24af44 100644
--- a/contrib/restricted/boost/any/include/boost/any.hpp
+++ b/contrib/restricted/boost/any/include/boost/any.hpp
@@ -26,7 +26,7 @@
#include <boost/type_traits/is_const.hpp>
#include <boost/throw_exception.hpp>
#include <boost/static_assert.hpp>
-#include <boost/utility/enable_if.hpp>
+#include <boost/core/enable_if.hpp>
#include <boost/core/addressof.hpp>
#include <boost/type_traits/is_same.hpp>
#include <boost/type_traits/conditional.hpp>
@@ -335,7 +335,7 @@ namespace boost
}
// Copyright Kevlin Henney, 2000, 2001, 2002. All rights reserved.
-// Copyright Antony Polukhin, 2013-2022.
+// Copyright Antony Polukhin, 2013-2023.
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at
diff --git a/contrib/restricted/boost/any/include/boost/any/bad_any_cast.hpp b/contrib/restricted/boost/any/include/boost/any/bad_any_cast.hpp
index bba142da50..3c5335ccc2 100644
--- a/contrib/restricted/boost/any/include/boost/any/bad_any_cast.hpp
+++ b/contrib/restricted/boost/any/include/boost/any/bad_any_cast.hpp
@@ -1,4 +1,4 @@
-// Copyright Antony Polukhin, 2020-2022.
+// Copyright Antony Polukhin, 2020-2023.
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at
diff --git a/contrib/restricted/boost/any/include/boost/any/fwd.hpp b/contrib/restricted/boost/any/include/boost/any/fwd.hpp
index 6905b26440..551eb90403 100644
--- a/contrib/restricted/boost/any/include/boost/any/fwd.hpp
+++ b/contrib/restricted/boost/any/include/boost/any/fwd.hpp
@@ -1,4 +1,4 @@
-// Copyright Antony Polukhin, 2021-2022.
+// Copyright Antony Polukhin, 2021-2023.
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at