aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrobot-contrib <robot-contrib@yandex-team.com>2023-04-29 20:46:29 +0300
committerrobot-contrib <robot-contrib@yandex-team.com>2023-04-29 20:46:29 +0300
commit67a8e9c54fef98d657d46de9ee56a3e047e8457d (patch)
tree635452b01d014c7db6e7bfdbd5e8599be74ba73a
parent071975f6fb62a197dcfa258caf210c26126a8e2a (diff)
downloadydb-67a8e9c54fef98d657d46de9ee56a3e047e8457d.tar.gz
Update contrib/restricted/boost/variant to 1.82.0
-rw-r--r--contrib/restricted/boost/variant/include/boost/variant/detail/apply_visitor_binary.hpp2
-rw-r--r--contrib/restricted/boost/variant/include/boost/variant/detail/apply_visitor_unary.hpp2
-rw-r--r--contrib/restricted/boost/variant/include/boost/variant/detail/config.hpp2
-rw-r--r--contrib/restricted/boost/variant/include/boost/variant/detail/element_index.hpp2
-rw-r--r--contrib/restricted/boost/variant/include/boost/variant/detail/forced_return.hpp2
-rw-r--r--contrib/restricted/boost/variant/include/boost/variant/detail/has_result_type.hpp2
-rw-r--r--contrib/restricted/boost/variant/include/boost/variant/detail/hash_variant.hpp2
-rw-r--r--contrib/restricted/boost/variant/include/boost/variant/detail/make_variant_list.hpp2
-rw-r--r--contrib/restricted/boost/variant/include/boost/variant/detail/move.hpp2
-rw-r--r--contrib/restricted/boost/variant/include/boost/variant/detail/std_hash.hpp2
-rw-r--r--contrib/restricted/boost/variant/include/boost/variant/get.hpp4
-rw-r--r--contrib/restricted/boost/variant/include/boost/variant/recursive_variant.hpp2
-rw-r--r--contrib/restricted/boost/variant/include/boost/variant/recursive_wrapper_fwd.hpp2
-rw-r--r--contrib/restricted/boost/variant/include/boost/variant/variant.hpp2
-rw-r--r--contrib/restricted/boost/variant/include/boost/variant/variant_fwd.hpp2
15 files changed, 16 insertions, 16 deletions
diff --git a/contrib/restricted/boost/variant/include/boost/variant/detail/apply_visitor_binary.hpp b/contrib/restricted/boost/variant/include/boost/variant/detail/apply_visitor_binary.hpp
index dda16ff640..10c2403d56 100644
--- a/contrib/restricted/boost/variant/include/boost/variant/detail/apply_visitor_binary.hpp
+++ b/contrib/restricted/boost/variant/include/boost/variant/detail/apply_visitor_binary.hpp
@@ -4,7 +4,7 @@
//-----------------------------------------------------------------------------
//
// Copyright (c) 2002-2003 Eric Friedman
-// Copyright (c) 2014-2022 Antony Polukhin
+// Copyright (c) 2014-2023 Antony Polukhin
//
// 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/variant/include/boost/variant/detail/apply_visitor_unary.hpp b/contrib/restricted/boost/variant/include/boost/variant/detail/apply_visitor_unary.hpp
index 6bf5429896..7574b44e9c 100644
--- a/contrib/restricted/boost/variant/include/boost/variant/detail/apply_visitor_unary.hpp
+++ b/contrib/restricted/boost/variant/include/boost/variant/detail/apply_visitor_unary.hpp
@@ -4,7 +4,7 @@
//-----------------------------------------------------------------------------
//
// Copyright (c) 2002-2003 Eric Friedman
-// Copyright (c) 2014-2022 Antony Polukhin
+// Copyright (c) 2014-2023 Antony Polukhin
//
// 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/variant/include/boost/variant/detail/config.hpp b/contrib/restricted/boost/variant/include/boost/variant/detail/config.hpp
index 543de18b59..da76fe2a65 100644
--- a/contrib/restricted/boost/variant/include/boost/variant/detail/config.hpp
+++ b/contrib/restricted/boost/variant/include/boost/variant/detail/config.hpp
@@ -4,7 +4,7 @@
//-----------------------------------------------------------------------------
//
// Copyright (c) 2003 Eric Friedman
-// Copyright (c) 2016-2022 Antony Polukhin
+// Copyright (c) 2016-2023 Antony Polukhin
//
// 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/variant/include/boost/variant/detail/element_index.hpp b/contrib/restricted/boost/variant/include/boost/variant/detail/element_index.hpp
index b8961c82f6..06cf06d773 100644
--- a/contrib/restricted/boost/variant/include/boost/variant/detail/element_index.hpp
+++ b/contrib/restricted/boost/variant/include/boost/variant/detail/element_index.hpp
@@ -3,7 +3,7 @@
// See http://www.boost.org for updates, documentation, and revision history.
//-----------------------------------------------------------------------------
//
-// Copyright (c) 2014-2022 Antony Polukhin
+// Copyright (c) 2014-2023 Antony Polukhin
//
// 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/variant/include/boost/variant/detail/forced_return.hpp b/contrib/restricted/boost/variant/include/boost/variant/detail/forced_return.hpp
index b21a532c51..6d8911b109 100644
--- a/contrib/restricted/boost/variant/include/boost/variant/detail/forced_return.hpp
+++ b/contrib/restricted/boost/variant/include/boost/variant/detail/forced_return.hpp
@@ -4,7 +4,7 @@
//-----------------------------------------------------------------------------
//
// Copyright (c) 2003 Eric Friedman
-// Copyright (c) 2015-2022 Antony Polukhin
+// Copyright (c) 2015-2023 Antony Polukhin
//
// 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/variant/include/boost/variant/detail/has_result_type.hpp b/contrib/restricted/boost/variant/include/boost/variant/detail/has_result_type.hpp
index d6c3815fd6..e1ca5b4023 100644
--- a/contrib/restricted/boost/variant/include/boost/variant/detail/has_result_type.hpp
+++ b/contrib/restricted/boost/variant/include/boost/variant/detail/has_result_type.hpp
@@ -3,7 +3,7 @@
// See http://www.boost.org for updates, documentation, and revision history.
//-----------------------------------------------------------------------------
//
-// Copyright (c) 2014-2022 Antony Polukhin
+// Copyright (c) 2014-2023 Antony Polukhin
//
// 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/variant/include/boost/variant/detail/hash_variant.hpp b/contrib/restricted/boost/variant/include/boost/variant/detail/hash_variant.hpp
index 9ad6ff8557..4eb8377213 100644
--- a/contrib/restricted/boost/variant/include/boost/variant/detail/hash_variant.hpp
+++ b/contrib/restricted/boost/variant/include/boost/variant/detail/hash_variant.hpp
@@ -3,7 +3,7 @@
// See http://www.boost.org for updates, documentation, and revision history.
//-----------------------------------------------------------------------------
//
-// Copyright (c) 2011-2022 Antony Polukhin
+// Copyright (c) 2011-2023 Antony Polukhin
//
// 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/variant/include/boost/variant/detail/make_variant_list.hpp b/contrib/restricted/boost/variant/include/boost/variant/detail/make_variant_list.hpp
index 757af7337e..bd786158a3 100644
--- a/contrib/restricted/boost/variant/include/boost/variant/detail/make_variant_list.hpp
+++ b/contrib/restricted/boost/variant/include/boost/variant/detail/make_variant_list.hpp
@@ -4,7 +4,7 @@
//-----------------------------------------------------------------------------
//
// Copyright (c) 2002-2003 Eric Friedman, Itay Maman
-// Copyright (c) 2013-2022 Antony Polukhin
+// Copyright (c) 2013-2023 Antony Polukhin
//
// 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/variant/include/boost/variant/detail/move.hpp b/contrib/restricted/boost/variant/include/boost/variant/detail/move.hpp
index 9fa276f531..5866138356 100644
--- a/contrib/restricted/boost/variant/include/boost/variant/detail/move.hpp
+++ b/contrib/restricted/boost/variant/include/boost/variant/detail/move.hpp
@@ -5,7 +5,7 @@
//
// Copyright (c) 2002-2003 Eric Friedman
// Copyright (c) 2002 by Andrei Alexandrescu
-// Copyright (c) 2013-2022 Antony Polukhin
+// Copyright (c) 2013-2023 Antony Polukhin
//
// Use, modification and distribution are subject to the
// Boost Software License, Version 1.0. (See accompanying file
diff --git a/contrib/restricted/boost/variant/include/boost/variant/detail/std_hash.hpp b/contrib/restricted/boost/variant/include/boost/variant/detail/std_hash.hpp
index 3ce6187ae7..3e05c5c900 100644
--- a/contrib/restricted/boost/variant/include/boost/variant/detail/std_hash.hpp
+++ b/contrib/restricted/boost/variant/include/boost/variant/detail/std_hash.hpp
@@ -3,7 +3,7 @@
// See http://www.boost.org for updates, documentation, and revision history.
//-----------------------------------------------------------------------------
//
-// Copyright (c) 2018-2022 Antony Polukhin
+// Copyright (c) 2018-2023 Antony Polukhin
//
// 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/variant/include/boost/variant/get.hpp b/contrib/restricted/boost/variant/include/boost/variant/get.hpp
index 369370cd7a..62fca60c9e 100644
--- a/contrib/restricted/boost/variant/include/boost/variant/get.hpp
+++ b/contrib/restricted/boost/variant/include/boost/variant/get.hpp
@@ -4,7 +4,7 @@
//-----------------------------------------------------------------------------
//
// Copyright (c) 2003 Eric Friedman, Itay Maman
-// Copyright (c) 2014-2022 Antony Polukhin
+// Copyright (c) 2014-2023 Antony Polukhin
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at
@@ -16,10 +16,10 @@
#include <exception>
#include <boost/config.hpp>
+#include <boost/core/addressof.hpp>
#include <boost/detail/workaround.hpp>
#include <boost/static_assert.hpp>
#include <boost/throw_exception.hpp>
-#include <boost/utility/addressof.hpp>
#include <boost/variant/variant_fwd.hpp>
#include <boost/variant/detail/element_index.hpp>
#include <boost/variant/detail/move.hpp>
diff --git a/contrib/restricted/boost/variant/include/boost/variant/recursive_variant.hpp b/contrib/restricted/boost/variant/include/boost/variant/recursive_variant.hpp
index a79fd79417..6248dc1041 100644
--- a/contrib/restricted/boost/variant/include/boost/variant/recursive_variant.hpp
+++ b/contrib/restricted/boost/variant/include/boost/variant/recursive_variant.hpp
@@ -4,7 +4,7 @@
//-----------------------------------------------------------------------------
//
// Copyright (c) 2003 Eric Friedman
-// Copyright (c) 2013-2022 Antony Polukhin
+// Copyright (c) 2013-2023 Antony Polukhin
//
// 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/variant/include/boost/variant/recursive_wrapper_fwd.hpp b/contrib/restricted/boost/variant/include/boost/variant/recursive_wrapper_fwd.hpp
index 245d082ada..b5d7e71952 100644
--- a/contrib/restricted/boost/variant/include/boost/variant/recursive_wrapper_fwd.hpp
+++ b/contrib/restricted/boost/variant/include/boost/variant/recursive_wrapper_fwd.hpp
@@ -4,7 +4,7 @@
//-----------------------------------------------------------------------------
//
// Copyright (c) 2002 Eric Friedman, Itay Maman
-// Copyright (c) 2016-2022 Antony Polukhin
+// Copyright (c) 2016-2023 Antony Polukhin
//
// Portions Copyright (C) 2002 David Abrahams
//
diff --git a/contrib/restricted/boost/variant/include/boost/variant/variant.hpp b/contrib/restricted/boost/variant/include/boost/variant/variant.hpp
index 5cfa351bcc..9a79264ace 100644
--- a/contrib/restricted/boost/variant/include/boost/variant/variant.hpp
+++ b/contrib/restricted/boost/variant/include/boost/variant/variant.hpp
@@ -4,7 +4,7 @@
//-----------------------------------------------------------------------------
//
// Copyright (c) 2002-2003 Eric Friedman, Itay Maman
-// Copyright (c) 2012-2022 Antony Polukhin
+// Copyright (c) 2012-2023 Antony Polukhin
//
// 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/variant/include/boost/variant/variant_fwd.hpp b/contrib/restricted/boost/variant/include/boost/variant/variant_fwd.hpp
index ff93f12f0a..613bcb6747 100644
--- a/contrib/restricted/boost/variant/include/boost/variant/variant_fwd.hpp
+++ b/contrib/restricted/boost/variant/include/boost/variant/variant_fwd.hpp
@@ -4,7 +4,7 @@
//-----------------------------------------------------------------------------
//
// Copyright (c) 2003 Eric Friedman, Itay Maman
-// Copyright (c) 2013-2022 Antony Polukhin
+// Copyright (c) 2013-2023 Antony Polukhin
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at