aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/restricted/boost
diff options
context:
space:
mode:
authorrobot-contrib <robot-contrib@yandex-team.com>2023-04-29 23:57:09 +0300
committerrobot-contrib <robot-contrib@yandex-team.com>2023-04-29 23:57:09 +0300
commit4feef55fe9fd067922bb2714ecfc0a746070c566 (patch)
tree3413cb868998f15b0283a236610e329fa8dec524 /contrib/restricted/boost
parente0dc6861e106116494c9c16315164356e45d6608 (diff)
downloadydb-4feef55fe9fd067922bb2714ecfc0a746070c566.tar.gz
Update contrib/restricted/boost/type_index to 1.82.0
Diffstat (limited to 'contrib/restricted/boost')
-rw-r--r--contrib/restricted/boost/type_index/CMakeLists.darwin-x86_64.txt1
-rw-r--r--contrib/restricted/boost/type_index/CMakeLists.linux-aarch64.txt1
-rw-r--r--contrib/restricted/boost/type_index/CMakeLists.linux-x86_64.txt1
-rw-r--r--contrib/restricted/boost/type_index/CMakeLists.windows-x86_64.txt1
-rw-r--r--contrib/restricted/boost/type_index/include/boost/type_index.hpp2
-rw-r--r--contrib/restricted/boost/type_index/include/boost/type_index/ctti_type_index.hpp2
-rw-r--r--contrib/restricted/boost/type_index/include/boost/type_index/detail/compile_time_type_info.hpp2
-rw-r--r--contrib/restricted/boost/type_index/include/boost/type_index/detail/ctti_register_class.hpp2
-rw-r--r--contrib/restricted/boost/type_index/include/boost/type_index/detail/stl_register_class.hpp2
-rw-r--r--contrib/restricted/boost/type_index/include/boost/type_index/stl_type_index.hpp2
-rw-r--r--contrib/restricted/boost/type_index/include/boost/type_index/type_index_facade.hpp2
11 files changed, 7 insertions, 11 deletions
diff --git a/contrib/restricted/boost/type_index/CMakeLists.darwin-x86_64.txt b/contrib/restricted/boost/type_index/CMakeLists.darwin-x86_64.txt
index e6366d2523..701e481195 100644
--- a/contrib/restricted/boost/type_index/CMakeLists.darwin-x86_64.txt
+++ b/contrib/restricted/boost/type_index/CMakeLists.darwin-x86_64.txt
@@ -17,7 +17,6 @@ target_link_libraries(restricted-boost-type_index INTERFACE
restricted-boost-container_hash
restricted-boost-core
restricted-boost-preprocessor
- restricted-boost-smart_ptr
restricted-boost-static_assert
restricted-boost-throw_exception
restricted-boost-type_traits
diff --git a/contrib/restricted/boost/type_index/CMakeLists.linux-aarch64.txt b/contrib/restricted/boost/type_index/CMakeLists.linux-aarch64.txt
index 333b4a45fd..5d9a71e2cc 100644
--- a/contrib/restricted/boost/type_index/CMakeLists.linux-aarch64.txt
+++ b/contrib/restricted/boost/type_index/CMakeLists.linux-aarch64.txt
@@ -18,7 +18,6 @@ target_link_libraries(restricted-boost-type_index INTERFACE
restricted-boost-container_hash
restricted-boost-core
restricted-boost-preprocessor
- restricted-boost-smart_ptr
restricted-boost-static_assert
restricted-boost-throw_exception
restricted-boost-type_traits
diff --git a/contrib/restricted/boost/type_index/CMakeLists.linux-x86_64.txt b/contrib/restricted/boost/type_index/CMakeLists.linux-x86_64.txt
index 333b4a45fd..5d9a71e2cc 100644
--- a/contrib/restricted/boost/type_index/CMakeLists.linux-x86_64.txt
+++ b/contrib/restricted/boost/type_index/CMakeLists.linux-x86_64.txt
@@ -18,7 +18,6 @@ target_link_libraries(restricted-boost-type_index INTERFACE
restricted-boost-container_hash
restricted-boost-core
restricted-boost-preprocessor
- restricted-boost-smart_ptr
restricted-boost-static_assert
restricted-boost-throw_exception
restricted-boost-type_traits
diff --git a/contrib/restricted/boost/type_index/CMakeLists.windows-x86_64.txt b/contrib/restricted/boost/type_index/CMakeLists.windows-x86_64.txt
index e6366d2523..701e481195 100644
--- a/contrib/restricted/boost/type_index/CMakeLists.windows-x86_64.txt
+++ b/contrib/restricted/boost/type_index/CMakeLists.windows-x86_64.txt
@@ -17,7 +17,6 @@ target_link_libraries(restricted-boost-type_index INTERFACE
restricted-boost-container_hash
restricted-boost-core
restricted-boost-preprocessor
- restricted-boost-smart_ptr
restricted-boost-static_assert
restricted-boost-throw_exception
restricted-boost-type_traits
diff --git a/contrib/restricted/boost/type_index/include/boost/type_index.hpp b/contrib/restricted/boost/type_index/include/boost/type_index.hpp
index 7f06cef687..056b98ce3f 100644
--- a/contrib/restricted/boost/type_index/include/boost/type_index.hpp
+++ b/contrib/restricted/boost/type_index/include/boost/type_index.hpp
@@ -1,5 +1,5 @@
//
-// Copyright 2012-2022 Antony Polukhin.
+// Copyright 2012-2023 Antony Polukhin.
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/contrib/restricted/boost/type_index/include/boost/type_index/ctti_type_index.hpp b/contrib/restricted/boost/type_index/include/boost/type_index/ctti_type_index.hpp
index 9a47eb346b..818545b889 100644
--- a/contrib/restricted/boost/type_index/include/boost/type_index/ctti_type_index.hpp
+++ b/contrib/restricted/boost/type_index/include/boost/type_index/ctti_type_index.hpp
@@ -1,5 +1,5 @@
//
-// Copyright 2013-2022 Antony Polukhin.
+// Copyright 2013-2023 Antony Polukhin.
//
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
diff --git a/contrib/restricted/boost/type_index/include/boost/type_index/detail/compile_time_type_info.hpp b/contrib/restricted/boost/type_index/include/boost/type_index/detail/compile_time_type_info.hpp
index f89765dd7e..c80808410d 100644
--- a/contrib/restricted/boost/type_index/include/boost/type_index/detail/compile_time_type_info.hpp
+++ b/contrib/restricted/boost/type_index/include/boost/type_index/detail/compile_time_type_info.hpp
@@ -1,5 +1,5 @@
//
-// Copyright 2012-2022 Antony Polukhin.
+// Copyright 2012-2023 Antony Polukhin.
//
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
diff --git a/contrib/restricted/boost/type_index/include/boost/type_index/detail/ctti_register_class.hpp b/contrib/restricted/boost/type_index/include/boost/type_index/detail/ctti_register_class.hpp
index f527ec4f1e..ba1f068a05 100644
--- a/contrib/restricted/boost/type_index/include/boost/type_index/detail/ctti_register_class.hpp
+++ b/contrib/restricted/boost/type_index/include/boost/type_index/detail/ctti_register_class.hpp
@@ -1,5 +1,5 @@
//
-// Copyright 2013-2022 Antony Polukhin.
+// Copyright 2013-2023 Antony Polukhin.
//
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
diff --git a/contrib/restricted/boost/type_index/include/boost/type_index/detail/stl_register_class.hpp b/contrib/restricted/boost/type_index/include/boost/type_index/detail/stl_register_class.hpp
index 96d83e890a..590fc96fb3 100644
--- a/contrib/restricted/boost/type_index/include/boost/type_index/detail/stl_register_class.hpp
+++ b/contrib/restricted/boost/type_index/include/boost/type_index/detail/stl_register_class.hpp
@@ -1,5 +1,5 @@
//
-// Copyright 2013-2022 Antony Polukhin.
+// Copyright 2013-2023 Antony Polukhin.
//
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
diff --git a/contrib/restricted/boost/type_index/include/boost/type_index/stl_type_index.hpp b/contrib/restricted/boost/type_index/include/boost/type_index/stl_type_index.hpp
index 2cbb598d7d..06c3cac2f7 100644
--- a/contrib/restricted/boost/type_index/include/boost/type_index/stl_type_index.hpp
+++ b/contrib/restricted/boost/type_index/include/boost/type_index/stl_type_index.hpp
@@ -1,5 +1,5 @@
//
-// Copyright 2013-2022 Antony Polukhin.
+// Copyright 2013-2023 Antony Polukhin.
//
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
diff --git a/contrib/restricted/boost/type_index/include/boost/type_index/type_index_facade.hpp b/contrib/restricted/boost/type_index/include/boost/type_index/type_index_facade.hpp
index 9c5e5b4566..4145aa4ea2 100644
--- a/contrib/restricted/boost/type_index/include/boost/type_index/type_index_facade.hpp
+++ b/contrib/restricted/boost/type_index/include/boost/type_index/type_index_facade.hpp
@@ -1,5 +1,5 @@
//
-// Copyright 2013-2022 Antony Polukhin.
+// Copyright 2013-2023 Antony Polukhin.
//
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying