aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorbugaevskiy <bugaevskiy@yandex-team.com>2022-08-07 10:56:55 +0300
committerbugaevskiy <bugaevskiy@yandex-team.com>2022-08-07 10:56:55 +0300
commitfcfbfb700bf5a793fdf567904816af30c8261375 (patch)
tree8fa503c8f7eb2bc5cd3b2e02ed514812c1d24128 /contrib
parentda8658093ca88d0431aefa1b89782ced2206cac5 (diff)
downloadydb-fcfbfb700bf5a793fdf567904816af30c8261375.tar.gz
Reimport boost/function_types as a separate project
Diffstat (limited to 'contrib')
-rw-r--r--contrib/restricted/boost/CMakeLists.txt1
-rw-r--r--contrib/restricted/boost/function_types/CMakeLists.txt23
-rw-r--r--contrib/restricted/boost/function_types/include/boost/function_types/components.hpp (renamed from contrib/restricted/boost/boost/function_types/components.hpp)0
-rw-r--r--contrib/restricted/boost/function_types/include/boost/function_types/config/cc_names.hpp (renamed from contrib/restricted/boost/boost/function_types/config/cc_names.hpp)0
-rw-r--r--contrib/restricted/boost/function_types/include/boost/function_types/config/compiler.hpp (renamed from contrib/restricted/boost/boost/function_types/config/compiler.hpp)0
-rw-r--r--contrib/restricted/boost/function_types/include/boost/function_types/config/config.hpp (renamed from contrib/restricted/boost/boost/function_types/config/config.hpp)0
-rw-r--r--contrib/restricted/boost/function_types/include/boost/function_types/detail/class_transform.hpp (renamed from contrib/restricted/boost/boost/function_types/detail/class_transform.hpp)0
-rw-r--r--contrib/restricted/boost/function_types/include/boost/function_types/detail/classifier.hpp (renamed from contrib/restricted/boost/boost/function_types/detail/classifier.hpp)0
-rw-r--r--contrib/restricted/boost/function_types/include/boost/function_types/detail/classifier_impl/arity10_0.hpp (renamed from contrib/restricted/boost/boost/function_types/detail/classifier_impl/arity10_0.hpp)0
-rw-r--r--contrib/restricted/boost/function_types/include/boost/function_types/detail/classifier_impl/arity10_1.hpp (renamed from contrib/restricted/boost/boost/function_types/detail/classifier_impl/arity10_1.hpp)0
-rw-r--r--contrib/restricted/boost/function_types/include/boost/function_types/detail/classifier_impl/arity20_0.hpp (renamed from contrib/restricted/boost/boost/function_types/detail/classifier_impl/arity20_0.hpp)0
-rw-r--r--contrib/restricted/boost/function_types/include/boost/function_types/detail/classifier_impl/arity20_1.hpp (renamed from contrib/restricted/boost/boost/function_types/detail/classifier_impl/arity20_1.hpp)0
-rw-r--r--contrib/restricted/boost/function_types/include/boost/function_types/detail/classifier_impl/arity30_0.hpp (renamed from contrib/restricted/boost/boost/function_types/detail/classifier_impl/arity30_0.hpp)0
-rw-r--r--contrib/restricted/boost/function_types/include/boost/function_types/detail/classifier_impl/arity30_1.hpp (renamed from contrib/restricted/boost/boost/function_types/detail/classifier_impl/arity30_1.hpp)0
-rw-r--r--contrib/restricted/boost/function_types/include/boost/function_types/detail/classifier_impl/arity40_0.hpp (renamed from contrib/restricted/boost/boost/function_types/detail/classifier_impl/arity40_0.hpp)0
-rw-r--r--contrib/restricted/boost/function_types/include/boost/function_types/detail/classifier_impl/arity40_1.hpp (renamed from contrib/restricted/boost/boost/function_types/detail/classifier_impl/arity40_1.hpp)0
-rw-r--r--contrib/restricted/boost/function_types/include/boost/function_types/detail/classifier_impl/arity50_0.hpp (renamed from contrib/restricted/boost/boost/function_types/detail/classifier_impl/arity50_0.hpp)0
-rw-r--r--contrib/restricted/boost/function_types/include/boost/function_types/detail/classifier_impl/arity50_1.hpp (renamed from contrib/restricted/boost/boost/function_types/detail/classifier_impl/arity50_1.hpp)0
-rw-r--r--contrib/restricted/boost/function_types/include/boost/function_types/detail/classifier_impl/master.hpp (renamed from contrib/restricted/boost/boost/function_types/detail/classifier_impl/master.hpp)0
-rw-r--r--contrib/restricted/boost/function_types/include/boost/function_types/detail/components_as_mpl_sequence.hpp (renamed from contrib/restricted/boost/boost/function_types/detail/components_as_mpl_sequence.hpp)0
-rw-r--r--contrib/restricted/boost/function_types/include/boost/function_types/detail/components_impl/arity10_0.hpp (renamed from contrib/restricted/boost/boost/function_types/detail/components_impl/arity10_0.hpp)0
-rw-r--r--contrib/restricted/boost/function_types/include/boost/function_types/detail/components_impl/arity10_1.hpp (renamed from contrib/restricted/boost/boost/function_types/detail/components_impl/arity10_1.hpp)0
-rw-r--r--contrib/restricted/boost/function_types/include/boost/function_types/detail/components_impl/arity20_0.hpp (renamed from contrib/restricted/boost/boost/function_types/detail/components_impl/arity20_0.hpp)0
-rw-r--r--contrib/restricted/boost/function_types/include/boost/function_types/detail/components_impl/arity20_1.hpp (renamed from contrib/restricted/boost/boost/function_types/detail/components_impl/arity20_1.hpp)0
-rw-r--r--contrib/restricted/boost/function_types/include/boost/function_types/detail/components_impl/arity30_0.hpp (renamed from contrib/restricted/boost/boost/function_types/detail/components_impl/arity30_0.hpp)0
-rw-r--r--contrib/restricted/boost/function_types/include/boost/function_types/detail/components_impl/arity30_1.hpp (renamed from contrib/restricted/boost/boost/function_types/detail/components_impl/arity30_1.hpp)0
-rw-r--r--contrib/restricted/boost/function_types/include/boost/function_types/detail/components_impl/arity40_0.hpp (renamed from contrib/restricted/boost/boost/function_types/detail/components_impl/arity40_0.hpp)0
-rw-r--r--contrib/restricted/boost/function_types/include/boost/function_types/detail/components_impl/arity40_1.hpp (renamed from contrib/restricted/boost/boost/function_types/detail/components_impl/arity40_1.hpp)0
-rw-r--r--contrib/restricted/boost/function_types/include/boost/function_types/detail/components_impl/arity50_0.hpp (renamed from contrib/restricted/boost/boost/function_types/detail/components_impl/arity50_0.hpp)0
-rw-r--r--contrib/restricted/boost/function_types/include/boost/function_types/detail/components_impl/arity50_1.hpp (renamed from contrib/restricted/boost/boost/function_types/detail/components_impl/arity50_1.hpp)0
-rw-r--r--contrib/restricted/boost/function_types/include/boost/function_types/detail/components_impl/master.hpp (renamed from contrib/restricted/boost/boost/function_types/detail/components_impl/master.hpp)0
-rw-r--r--contrib/restricted/boost/function_types/include/boost/function_types/detail/cv_traits.hpp (renamed from contrib/restricted/boost/boost/function_types/detail/cv_traits.hpp)0
-rw-r--r--contrib/restricted/boost/function_types/include/boost/function_types/detail/encoding/aliases_def.hpp (renamed from contrib/restricted/boost/boost/function_types/detail/encoding/aliases_def.hpp)0
-rw-r--r--contrib/restricted/boost/function_types/include/boost/function_types/detail/encoding/aliases_undef.hpp (renamed from contrib/restricted/boost/boost/function_types/detail/encoding/aliases_undef.hpp)0
-rw-r--r--contrib/restricted/boost/function_types/include/boost/function_types/detail/encoding/def.hpp (renamed from contrib/restricted/boost/boost/function_types/detail/encoding/def.hpp)0
-rw-r--r--contrib/restricted/boost/function_types/include/boost/function_types/detail/encoding/undef.hpp (renamed from contrib/restricted/boost/boost/function_types/detail/encoding/undef.hpp)0
-rw-r--r--contrib/restricted/boost/function_types/include/boost/function_types/detail/pp_arity_loop.hpp (renamed from contrib/restricted/boost/boost/function_types/detail/pp_arity_loop.hpp)0
-rw-r--r--contrib/restricted/boost/function_types/include/boost/function_types/detail/pp_cc_loop/master.hpp (renamed from contrib/restricted/boost/boost/function_types/detail/pp_cc_loop/master.hpp)0
-rw-r--r--contrib/restricted/boost/function_types/include/boost/function_types/detail/pp_cc_loop/preprocessed.hpp (renamed from contrib/restricted/boost/boost/function_types/detail/pp_cc_loop/preprocessed.hpp)0
-rw-r--r--contrib/restricted/boost/function_types/include/boost/function_types/detail/pp_loop.hpp (renamed from contrib/restricted/boost/boost/function_types/detail/pp_loop.hpp)0
-rw-r--r--contrib/restricted/boost/function_types/include/boost/function_types/detail/pp_retag_default_cc/master.hpp (renamed from contrib/restricted/boost/boost/function_types/detail/pp_retag_default_cc/master.hpp)0
-rw-r--r--contrib/restricted/boost/function_types/include/boost/function_types/detail/pp_retag_default_cc/preprocessed.hpp (renamed from contrib/restricted/boost/boost/function_types/detail/pp_retag_default_cc/preprocessed.hpp)0
-rw-r--r--contrib/restricted/boost/function_types/include/boost/function_types/detail/pp_tags/cc_tag.hpp (renamed from contrib/restricted/boost/boost/function_types/detail/pp_tags/cc_tag.hpp)0
-rw-r--r--contrib/restricted/boost/function_types/include/boost/function_types/detail/pp_tags/master.hpp (renamed from contrib/restricted/boost/boost/function_types/detail/pp_tags/master.hpp)0
-rw-r--r--contrib/restricted/boost/function_types/include/boost/function_types/detail/pp_tags/preprocessed.hpp (renamed from contrib/restricted/boost/boost/function_types/detail/pp_tags/preprocessed.hpp)0
-rw-r--r--contrib/restricted/boost/function_types/include/boost/function_types/detail/pp_variate_loop/master.hpp (renamed from contrib/restricted/boost/boost/function_types/detail/pp_variate_loop/master.hpp)0
-rw-r--r--contrib/restricted/boost/function_types/include/boost/function_types/detail/pp_variate_loop/preprocessed.hpp (renamed from contrib/restricted/boost/boost/function_types/detail/pp_variate_loop/preprocessed.hpp)0
-rw-r--r--contrib/restricted/boost/function_types/include/boost/function_types/detail/retag_default_cc.hpp (renamed from contrib/restricted/boost/boost/function_types/detail/retag_default_cc.hpp)0
-rw-r--r--contrib/restricted/boost/function_types/include/boost/function_types/detail/synthesize.hpp (renamed from contrib/restricted/boost/boost/function_types/detail/synthesize.hpp)0
-rw-r--r--contrib/restricted/boost/function_types/include/boost/function_types/detail/synthesize_impl/arity10_0.hpp (renamed from contrib/restricted/boost/boost/function_types/detail/synthesize_impl/arity10_0.hpp)0
-rw-r--r--contrib/restricted/boost/function_types/include/boost/function_types/detail/synthesize_impl/arity10_1.hpp (renamed from contrib/restricted/boost/boost/function_types/detail/synthesize_impl/arity10_1.hpp)0
-rw-r--r--contrib/restricted/boost/function_types/include/boost/function_types/detail/synthesize_impl/arity20_0.hpp (renamed from contrib/restricted/boost/boost/function_types/detail/synthesize_impl/arity20_0.hpp)0
-rw-r--r--contrib/restricted/boost/function_types/include/boost/function_types/detail/synthesize_impl/arity20_1.hpp (renamed from contrib/restricted/boost/boost/function_types/detail/synthesize_impl/arity20_1.hpp)0
-rw-r--r--contrib/restricted/boost/function_types/include/boost/function_types/detail/synthesize_impl/arity30_0.hpp (renamed from contrib/restricted/boost/boost/function_types/detail/synthesize_impl/arity30_0.hpp)0
-rw-r--r--contrib/restricted/boost/function_types/include/boost/function_types/detail/synthesize_impl/arity30_1.hpp (renamed from contrib/restricted/boost/boost/function_types/detail/synthesize_impl/arity30_1.hpp)0
-rw-r--r--contrib/restricted/boost/function_types/include/boost/function_types/detail/synthesize_impl/arity40_0.hpp (renamed from contrib/restricted/boost/boost/function_types/detail/synthesize_impl/arity40_0.hpp)0
-rw-r--r--contrib/restricted/boost/function_types/include/boost/function_types/detail/synthesize_impl/arity40_1.hpp (renamed from contrib/restricted/boost/boost/function_types/detail/synthesize_impl/arity40_1.hpp)0
-rw-r--r--contrib/restricted/boost/function_types/include/boost/function_types/detail/synthesize_impl/arity50_0.hpp (renamed from contrib/restricted/boost/boost/function_types/detail/synthesize_impl/arity50_0.hpp)0
-rw-r--r--contrib/restricted/boost/function_types/include/boost/function_types/detail/synthesize_impl/arity50_1.hpp (renamed from contrib/restricted/boost/boost/function_types/detail/synthesize_impl/arity50_1.hpp)0
-rw-r--r--contrib/restricted/boost/function_types/include/boost/function_types/detail/synthesize_impl/master.hpp (renamed from contrib/restricted/boost/boost/function_types/detail/synthesize_impl/master.hpp)0
-rw-r--r--contrib/restricted/boost/function_types/include/boost/function_types/detail/to_sequence.hpp (renamed from contrib/restricted/boost/boost/function_types/detail/to_sequence.hpp)0
-rw-r--r--contrib/restricted/boost/function_types/include/boost/function_types/function_arity.hpp (renamed from contrib/restricted/boost/boost/function_types/function_arity.hpp)0
-rw-r--r--contrib/restricted/boost/function_types/include/boost/function_types/function_pointer.hpp (renamed from contrib/restricted/boost/boost/function_types/function_pointer.hpp)0
-rw-r--r--contrib/restricted/boost/function_types/include/boost/function_types/function_reference.hpp (renamed from contrib/restricted/boost/boost/function_types/function_reference.hpp)0
-rw-r--r--contrib/restricted/boost/function_types/include/boost/function_types/function_type.hpp (renamed from contrib/restricted/boost/boost/function_types/function_type.hpp)0
-rw-r--r--contrib/restricted/boost/function_types/include/boost/function_types/is_callable_builtin.hpp (renamed from contrib/restricted/boost/boost/function_types/is_callable_builtin.hpp)0
-rw-r--r--contrib/restricted/boost/function_types/include/boost/function_types/is_function.hpp (renamed from contrib/restricted/boost/boost/function_types/is_function.hpp)0
-rw-r--r--contrib/restricted/boost/function_types/include/boost/function_types/is_function_pointer.hpp (renamed from contrib/restricted/boost/boost/function_types/is_function_pointer.hpp)0
-rw-r--r--contrib/restricted/boost/function_types/include/boost/function_types/is_function_reference.hpp (renamed from contrib/restricted/boost/boost/function_types/is_function_reference.hpp)0
-rw-r--r--contrib/restricted/boost/function_types/include/boost/function_types/is_member_function_pointer.hpp (renamed from contrib/restricted/boost/boost/function_types/is_member_function_pointer.hpp)0
-rw-r--r--contrib/restricted/boost/function_types/include/boost/function_types/is_member_object_pointer.hpp (renamed from contrib/restricted/boost/boost/function_types/is_member_object_pointer.hpp)0
-rw-r--r--contrib/restricted/boost/function_types/include/boost/function_types/is_member_pointer.hpp (renamed from contrib/restricted/boost/boost/function_types/is_member_pointer.hpp)0
-rw-r--r--contrib/restricted/boost/function_types/include/boost/function_types/is_nonmember_callable_builtin.hpp (renamed from contrib/restricted/boost/boost/function_types/is_nonmember_callable_builtin.hpp)0
-rw-r--r--contrib/restricted/boost/function_types/include/boost/function_types/member_function_pointer.hpp (renamed from contrib/restricted/boost/boost/function_types/member_function_pointer.hpp)0
-rw-r--r--contrib/restricted/boost/function_types/include/boost/function_types/member_object_pointer.hpp (renamed from contrib/restricted/boost/boost/function_types/member_object_pointer.hpp)0
-rw-r--r--contrib/restricted/boost/function_types/include/boost/function_types/parameter_types.hpp (renamed from contrib/restricted/boost/boost/function_types/parameter_types.hpp)0
-rw-r--r--contrib/restricted/boost/function_types/include/boost/function_types/property_tags.hpp (renamed from contrib/restricted/boost/boost/function_types/property_tags.hpp)0
-rw-r--r--contrib/restricted/boost/function_types/include/boost/function_types/result_type.hpp (renamed from contrib/restricted/boost/boost/function_types/result_type.hpp)0
78 files changed, 24 insertions, 0 deletions
diff --git a/contrib/restricted/boost/CMakeLists.txt b/contrib/restricted/boost/CMakeLists.txt
index 2a000e10ee..628b0de8f1 100644
--- a/contrib/restricted/boost/CMakeLists.txt
+++ b/contrib/restricted/boost/CMakeLists.txt
@@ -25,6 +25,7 @@ target_link_libraries(contrib-restricted-boost INTERFACE
restricted-boost-detail
restricted-boost-endian
restricted-boost-exception
+ restricted-boost-function_types
restricted-boost-integer
restricted-boost-io
restricted-boost-logic
diff --git a/contrib/restricted/boost/function_types/CMakeLists.txt b/contrib/restricted/boost/function_types/CMakeLists.txt
new file mode 100644
index 0000000000..5d0e045d51
--- /dev/null
+++ b/contrib/restricted/boost/function_types/CMakeLists.txt
@@ -0,0 +1,23 @@
+
+# This file was gererated by the build system used internally in the Yandex monorepo.
+# Only simple modifications are allowed (adding source-files to targets, adding simple properties
+# like target_include_directories). These modifications will be ported to original
+# ya.make files by maintainers. Any complex modifications which can't be ported back to the
+# original buildsystem will not be accepted.
+
+
+
+add_library(restricted-boost-function_types INTERFACE)
+target_include_directories(restricted-boost-function_types INTERFACE
+ ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/function_types/include
+)
+target_link_libraries(restricted-boost-function_types INTERFACE
+ contrib-libs-cxxsupp
+ yutil
+ restricted-boost-config
+ restricted-boost-core
+ restricted-boost-detail
+ restricted-boost-mpl
+ restricted-boost-preprocessor
+ restricted-boost-type_traits
+)
diff --git a/contrib/restricted/boost/boost/function_types/components.hpp b/contrib/restricted/boost/function_types/include/boost/function_types/components.hpp
index 6f22098d58..6f22098d58 100644
--- a/contrib/restricted/boost/boost/function_types/components.hpp
+++ b/contrib/restricted/boost/function_types/include/boost/function_types/components.hpp
diff --git a/contrib/restricted/boost/boost/function_types/config/cc_names.hpp b/contrib/restricted/boost/function_types/include/boost/function_types/config/cc_names.hpp
index ab69d64624..ab69d64624 100644
--- a/contrib/restricted/boost/boost/function_types/config/cc_names.hpp
+++ b/contrib/restricted/boost/function_types/include/boost/function_types/config/cc_names.hpp
diff --git a/contrib/restricted/boost/boost/function_types/config/compiler.hpp b/contrib/restricted/boost/function_types/include/boost/function_types/config/compiler.hpp
index 151c856740..151c856740 100644
--- a/contrib/restricted/boost/boost/function_types/config/compiler.hpp
+++ b/contrib/restricted/boost/function_types/include/boost/function_types/config/compiler.hpp
diff --git a/contrib/restricted/boost/boost/function_types/config/config.hpp b/contrib/restricted/boost/function_types/include/boost/function_types/config/config.hpp
index 7ec8e1e8fe..7ec8e1e8fe 100644
--- a/contrib/restricted/boost/boost/function_types/config/config.hpp
+++ b/contrib/restricted/boost/function_types/include/boost/function_types/config/config.hpp
diff --git a/contrib/restricted/boost/boost/function_types/detail/class_transform.hpp b/contrib/restricted/boost/function_types/include/boost/function_types/detail/class_transform.hpp
index 27b97b3ff7..27b97b3ff7 100644
--- a/contrib/restricted/boost/boost/function_types/detail/class_transform.hpp
+++ b/contrib/restricted/boost/function_types/include/boost/function_types/detail/class_transform.hpp
diff --git a/contrib/restricted/boost/boost/function_types/detail/classifier.hpp b/contrib/restricted/boost/function_types/include/boost/function_types/detail/classifier.hpp
index b5c5e71ebe..b5c5e71ebe 100644
--- a/contrib/restricted/boost/boost/function_types/detail/classifier.hpp
+++ b/contrib/restricted/boost/function_types/include/boost/function_types/detail/classifier.hpp
diff --git a/contrib/restricted/boost/boost/function_types/detail/classifier_impl/arity10_0.hpp b/contrib/restricted/boost/function_types/include/boost/function_types/detail/classifier_impl/arity10_0.hpp
index e27f3c2d67..e27f3c2d67 100644
--- a/contrib/restricted/boost/boost/function_types/detail/classifier_impl/arity10_0.hpp
+++ b/contrib/restricted/boost/function_types/include/boost/function_types/detail/classifier_impl/arity10_0.hpp
diff --git a/contrib/restricted/boost/boost/function_types/detail/classifier_impl/arity10_1.hpp b/contrib/restricted/boost/function_types/include/boost/function_types/detail/classifier_impl/arity10_1.hpp
index cca8027a00..cca8027a00 100644
--- a/contrib/restricted/boost/boost/function_types/detail/classifier_impl/arity10_1.hpp
+++ b/contrib/restricted/boost/function_types/include/boost/function_types/detail/classifier_impl/arity10_1.hpp
diff --git a/contrib/restricted/boost/boost/function_types/detail/classifier_impl/arity20_0.hpp b/contrib/restricted/boost/function_types/include/boost/function_types/detail/classifier_impl/arity20_0.hpp
index f7a25169e4..f7a25169e4 100644
--- a/contrib/restricted/boost/boost/function_types/detail/classifier_impl/arity20_0.hpp
+++ b/contrib/restricted/boost/function_types/include/boost/function_types/detail/classifier_impl/arity20_0.hpp
diff --git a/contrib/restricted/boost/boost/function_types/detail/classifier_impl/arity20_1.hpp b/contrib/restricted/boost/function_types/include/boost/function_types/detail/classifier_impl/arity20_1.hpp
index 1cee2ba35a..1cee2ba35a 100644
--- a/contrib/restricted/boost/boost/function_types/detail/classifier_impl/arity20_1.hpp
+++ b/contrib/restricted/boost/function_types/include/boost/function_types/detail/classifier_impl/arity20_1.hpp
diff --git a/contrib/restricted/boost/boost/function_types/detail/classifier_impl/arity30_0.hpp b/contrib/restricted/boost/function_types/include/boost/function_types/detail/classifier_impl/arity30_0.hpp
index 6bc60f86e8..6bc60f86e8 100644
--- a/contrib/restricted/boost/boost/function_types/detail/classifier_impl/arity30_0.hpp
+++ b/contrib/restricted/boost/function_types/include/boost/function_types/detail/classifier_impl/arity30_0.hpp
diff --git a/contrib/restricted/boost/boost/function_types/detail/classifier_impl/arity30_1.hpp b/contrib/restricted/boost/function_types/include/boost/function_types/detail/classifier_impl/arity30_1.hpp
index 743c263bef..743c263bef 100644
--- a/contrib/restricted/boost/boost/function_types/detail/classifier_impl/arity30_1.hpp
+++ b/contrib/restricted/boost/function_types/include/boost/function_types/detail/classifier_impl/arity30_1.hpp
diff --git a/contrib/restricted/boost/boost/function_types/detail/classifier_impl/arity40_0.hpp b/contrib/restricted/boost/function_types/include/boost/function_types/detail/classifier_impl/arity40_0.hpp
index 161ac1751e..161ac1751e 100644
--- a/contrib/restricted/boost/boost/function_types/detail/classifier_impl/arity40_0.hpp
+++ b/contrib/restricted/boost/function_types/include/boost/function_types/detail/classifier_impl/arity40_0.hpp
diff --git a/contrib/restricted/boost/boost/function_types/detail/classifier_impl/arity40_1.hpp b/contrib/restricted/boost/function_types/include/boost/function_types/detail/classifier_impl/arity40_1.hpp
index e3a99887d4..e3a99887d4 100644
--- a/contrib/restricted/boost/boost/function_types/detail/classifier_impl/arity40_1.hpp
+++ b/contrib/restricted/boost/function_types/include/boost/function_types/detail/classifier_impl/arity40_1.hpp
diff --git a/contrib/restricted/boost/boost/function_types/detail/classifier_impl/arity50_0.hpp b/contrib/restricted/boost/function_types/include/boost/function_types/detail/classifier_impl/arity50_0.hpp
index d05719a3f9..d05719a3f9 100644
--- a/contrib/restricted/boost/boost/function_types/detail/classifier_impl/arity50_0.hpp
+++ b/contrib/restricted/boost/function_types/include/boost/function_types/detail/classifier_impl/arity50_0.hpp
diff --git a/contrib/restricted/boost/boost/function_types/detail/classifier_impl/arity50_1.hpp b/contrib/restricted/boost/function_types/include/boost/function_types/detail/classifier_impl/arity50_1.hpp
index 944eabaa06..944eabaa06 100644
--- a/contrib/restricted/boost/boost/function_types/detail/classifier_impl/arity50_1.hpp
+++ b/contrib/restricted/boost/function_types/include/boost/function_types/detail/classifier_impl/arity50_1.hpp
diff --git a/contrib/restricted/boost/boost/function_types/detail/classifier_impl/master.hpp b/contrib/restricted/boost/function_types/include/boost/function_types/detail/classifier_impl/master.hpp
index 00b722e345..00b722e345 100644
--- a/contrib/restricted/boost/boost/function_types/detail/classifier_impl/master.hpp
+++ b/contrib/restricted/boost/function_types/include/boost/function_types/detail/classifier_impl/master.hpp
diff --git a/contrib/restricted/boost/boost/function_types/detail/components_as_mpl_sequence.hpp b/contrib/restricted/boost/function_types/include/boost/function_types/detail/components_as_mpl_sequence.hpp
index 637b1b52bb..637b1b52bb 100644
--- a/contrib/restricted/boost/boost/function_types/detail/components_as_mpl_sequence.hpp
+++ b/contrib/restricted/boost/function_types/include/boost/function_types/detail/components_as_mpl_sequence.hpp
diff --git a/contrib/restricted/boost/boost/function_types/detail/components_impl/arity10_0.hpp b/contrib/restricted/boost/function_types/include/boost/function_types/detail/components_impl/arity10_0.hpp
index f96c6a9f73..f96c6a9f73 100644
--- a/contrib/restricted/boost/boost/function_types/detail/components_impl/arity10_0.hpp
+++ b/contrib/restricted/boost/function_types/include/boost/function_types/detail/components_impl/arity10_0.hpp
diff --git a/contrib/restricted/boost/boost/function_types/detail/components_impl/arity10_1.hpp b/contrib/restricted/boost/function_types/include/boost/function_types/detail/components_impl/arity10_1.hpp
index 1b06a97a78..1b06a97a78 100644
--- a/contrib/restricted/boost/boost/function_types/detail/components_impl/arity10_1.hpp
+++ b/contrib/restricted/boost/function_types/include/boost/function_types/detail/components_impl/arity10_1.hpp
diff --git a/contrib/restricted/boost/boost/function_types/detail/components_impl/arity20_0.hpp b/contrib/restricted/boost/function_types/include/boost/function_types/detail/components_impl/arity20_0.hpp
index f6b2ca8a44..f6b2ca8a44 100644
--- a/contrib/restricted/boost/boost/function_types/detail/components_impl/arity20_0.hpp
+++ b/contrib/restricted/boost/function_types/include/boost/function_types/detail/components_impl/arity20_0.hpp
diff --git a/contrib/restricted/boost/boost/function_types/detail/components_impl/arity20_1.hpp b/contrib/restricted/boost/function_types/include/boost/function_types/detail/components_impl/arity20_1.hpp
index 1688e6b3ed..1688e6b3ed 100644
--- a/contrib/restricted/boost/boost/function_types/detail/components_impl/arity20_1.hpp
+++ b/contrib/restricted/boost/function_types/include/boost/function_types/detail/components_impl/arity20_1.hpp
diff --git a/contrib/restricted/boost/boost/function_types/detail/components_impl/arity30_0.hpp b/contrib/restricted/boost/function_types/include/boost/function_types/detail/components_impl/arity30_0.hpp
index e85eb3a09c..e85eb3a09c 100644
--- a/contrib/restricted/boost/boost/function_types/detail/components_impl/arity30_0.hpp
+++ b/contrib/restricted/boost/function_types/include/boost/function_types/detail/components_impl/arity30_0.hpp
diff --git a/contrib/restricted/boost/boost/function_types/detail/components_impl/arity30_1.hpp b/contrib/restricted/boost/function_types/include/boost/function_types/detail/components_impl/arity30_1.hpp
index 290d21efa7..290d21efa7 100644
--- a/contrib/restricted/boost/boost/function_types/detail/components_impl/arity30_1.hpp
+++ b/contrib/restricted/boost/function_types/include/boost/function_types/detail/components_impl/arity30_1.hpp
diff --git a/contrib/restricted/boost/boost/function_types/detail/components_impl/arity40_0.hpp b/contrib/restricted/boost/function_types/include/boost/function_types/detail/components_impl/arity40_0.hpp
index f1a2410173..f1a2410173 100644
--- a/contrib/restricted/boost/boost/function_types/detail/components_impl/arity40_0.hpp
+++ b/contrib/restricted/boost/function_types/include/boost/function_types/detail/components_impl/arity40_0.hpp
diff --git a/contrib/restricted/boost/boost/function_types/detail/components_impl/arity40_1.hpp b/contrib/restricted/boost/function_types/include/boost/function_types/detail/components_impl/arity40_1.hpp
index e1741cbbac..e1741cbbac 100644
--- a/contrib/restricted/boost/boost/function_types/detail/components_impl/arity40_1.hpp
+++ b/contrib/restricted/boost/function_types/include/boost/function_types/detail/components_impl/arity40_1.hpp
diff --git a/contrib/restricted/boost/boost/function_types/detail/components_impl/arity50_0.hpp b/contrib/restricted/boost/function_types/include/boost/function_types/detail/components_impl/arity50_0.hpp
index 693a05dfe1..693a05dfe1 100644
--- a/contrib/restricted/boost/boost/function_types/detail/components_impl/arity50_0.hpp
+++ b/contrib/restricted/boost/function_types/include/boost/function_types/detail/components_impl/arity50_0.hpp
diff --git a/contrib/restricted/boost/boost/function_types/detail/components_impl/arity50_1.hpp b/contrib/restricted/boost/function_types/include/boost/function_types/detail/components_impl/arity50_1.hpp
index 9bc1616242..9bc1616242 100644
--- a/contrib/restricted/boost/boost/function_types/detail/components_impl/arity50_1.hpp
+++ b/contrib/restricted/boost/function_types/include/boost/function_types/detail/components_impl/arity50_1.hpp
diff --git a/contrib/restricted/boost/boost/function_types/detail/components_impl/master.hpp b/contrib/restricted/boost/function_types/include/boost/function_types/detail/components_impl/master.hpp
index cd83726231..cd83726231 100644
--- a/contrib/restricted/boost/boost/function_types/detail/components_impl/master.hpp
+++ b/contrib/restricted/boost/function_types/include/boost/function_types/detail/components_impl/master.hpp
diff --git a/contrib/restricted/boost/boost/function_types/detail/cv_traits.hpp b/contrib/restricted/boost/function_types/include/boost/function_types/detail/cv_traits.hpp
index 4e15fa480c..4e15fa480c 100644
--- a/contrib/restricted/boost/boost/function_types/detail/cv_traits.hpp
+++ b/contrib/restricted/boost/function_types/include/boost/function_types/detail/cv_traits.hpp
diff --git a/contrib/restricted/boost/boost/function_types/detail/encoding/aliases_def.hpp b/contrib/restricted/boost/function_types/include/boost/function_types/detail/encoding/aliases_def.hpp
index 4d4833179c..4d4833179c 100644
--- a/contrib/restricted/boost/boost/function_types/detail/encoding/aliases_def.hpp
+++ b/contrib/restricted/boost/function_types/include/boost/function_types/detail/encoding/aliases_def.hpp
diff --git a/contrib/restricted/boost/boost/function_types/detail/encoding/aliases_undef.hpp b/contrib/restricted/boost/function_types/include/boost/function_types/detail/encoding/aliases_undef.hpp
index 1d4e577d80..1d4e577d80 100644
--- a/contrib/restricted/boost/boost/function_types/detail/encoding/aliases_undef.hpp
+++ b/contrib/restricted/boost/function_types/include/boost/function_types/detail/encoding/aliases_undef.hpp
diff --git a/contrib/restricted/boost/boost/function_types/detail/encoding/def.hpp b/contrib/restricted/boost/function_types/include/boost/function_types/detail/encoding/def.hpp
index 08074fb38b..08074fb38b 100644
--- a/contrib/restricted/boost/boost/function_types/detail/encoding/def.hpp
+++ b/contrib/restricted/boost/function_types/include/boost/function_types/detail/encoding/def.hpp
diff --git a/contrib/restricted/boost/boost/function_types/detail/encoding/undef.hpp b/contrib/restricted/boost/function_types/include/boost/function_types/detail/encoding/undef.hpp
index 1920d6fcb1..1920d6fcb1 100644
--- a/contrib/restricted/boost/boost/function_types/detail/encoding/undef.hpp
+++ b/contrib/restricted/boost/function_types/include/boost/function_types/detail/encoding/undef.hpp
diff --git a/contrib/restricted/boost/boost/function_types/detail/pp_arity_loop.hpp b/contrib/restricted/boost/function_types/include/boost/function_types/detail/pp_arity_loop.hpp
index b6dbff59f3..b6dbff59f3 100644
--- a/contrib/restricted/boost/boost/function_types/detail/pp_arity_loop.hpp
+++ b/contrib/restricted/boost/function_types/include/boost/function_types/detail/pp_arity_loop.hpp
diff --git a/contrib/restricted/boost/boost/function_types/detail/pp_cc_loop/master.hpp b/contrib/restricted/boost/function_types/include/boost/function_types/detail/pp_cc_loop/master.hpp
index 60e958cec7..60e958cec7 100644
--- a/contrib/restricted/boost/boost/function_types/detail/pp_cc_loop/master.hpp
+++ b/contrib/restricted/boost/function_types/include/boost/function_types/detail/pp_cc_loop/master.hpp
diff --git a/contrib/restricted/boost/boost/function_types/detail/pp_cc_loop/preprocessed.hpp b/contrib/restricted/boost/function_types/include/boost/function_types/detail/pp_cc_loop/preprocessed.hpp
index da4079c6ad..da4079c6ad 100644
--- a/contrib/restricted/boost/boost/function_types/detail/pp_cc_loop/preprocessed.hpp
+++ b/contrib/restricted/boost/function_types/include/boost/function_types/detail/pp_cc_loop/preprocessed.hpp
diff --git a/contrib/restricted/boost/boost/function_types/detail/pp_loop.hpp b/contrib/restricted/boost/function_types/include/boost/function_types/detail/pp_loop.hpp
index 7d8c347c99..7d8c347c99 100644
--- a/contrib/restricted/boost/boost/function_types/detail/pp_loop.hpp
+++ b/contrib/restricted/boost/function_types/include/boost/function_types/detail/pp_loop.hpp
diff --git a/contrib/restricted/boost/boost/function_types/detail/pp_retag_default_cc/master.hpp b/contrib/restricted/boost/function_types/include/boost/function_types/detail/pp_retag_default_cc/master.hpp
index 865efce519..865efce519 100644
--- a/contrib/restricted/boost/boost/function_types/detail/pp_retag_default_cc/master.hpp
+++ b/contrib/restricted/boost/function_types/include/boost/function_types/detail/pp_retag_default_cc/master.hpp
diff --git a/contrib/restricted/boost/boost/function_types/detail/pp_retag_default_cc/preprocessed.hpp b/contrib/restricted/boost/function_types/include/boost/function_types/detail/pp_retag_default_cc/preprocessed.hpp
index 72666d0f27..72666d0f27 100644
--- a/contrib/restricted/boost/boost/function_types/detail/pp_retag_default_cc/preprocessed.hpp
+++ b/contrib/restricted/boost/function_types/include/boost/function_types/detail/pp_retag_default_cc/preprocessed.hpp
diff --git a/contrib/restricted/boost/boost/function_types/detail/pp_tags/cc_tag.hpp b/contrib/restricted/boost/function_types/include/boost/function_types/detail/pp_tags/cc_tag.hpp
index 81f1d89e74..81f1d89e74 100644
--- a/contrib/restricted/boost/boost/function_types/detail/pp_tags/cc_tag.hpp
+++ b/contrib/restricted/boost/function_types/include/boost/function_types/detail/pp_tags/cc_tag.hpp
diff --git a/contrib/restricted/boost/boost/function_types/detail/pp_tags/master.hpp b/contrib/restricted/boost/function_types/include/boost/function_types/detail/pp_tags/master.hpp
index 9cce212fcd..9cce212fcd 100644
--- a/contrib/restricted/boost/boost/function_types/detail/pp_tags/master.hpp
+++ b/contrib/restricted/boost/function_types/include/boost/function_types/detail/pp_tags/master.hpp
diff --git a/contrib/restricted/boost/boost/function_types/detail/pp_tags/preprocessed.hpp b/contrib/restricted/boost/function_types/include/boost/function_types/detail/pp_tags/preprocessed.hpp
index 823c3cc1cd..823c3cc1cd 100644
--- a/contrib/restricted/boost/boost/function_types/detail/pp_tags/preprocessed.hpp
+++ b/contrib/restricted/boost/function_types/include/boost/function_types/detail/pp_tags/preprocessed.hpp
diff --git a/contrib/restricted/boost/boost/function_types/detail/pp_variate_loop/master.hpp b/contrib/restricted/boost/function_types/include/boost/function_types/detail/pp_variate_loop/master.hpp
index 50263429d7..50263429d7 100644
--- a/contrib/restricted/boost/boost/function_types/detail/pp_variate_loop/master.hpp
+++ b/contrib/restricted/boost/function_types/include/boost/function_types/detail/pp_variate_loop/master.hpp
diff --git a/contrib/restricted/boost/boost/function_types/detail/pp_variate_loop/preprocessed.hpp b/contrib/restricted/boost/function_types/include/boost/function_types/detail/pp_variate_loop/preprocessed.hpp
index 7e7c4f91fa..7e7c4f91fa 100644
--- a/contrib/restricted/boost/boost/function_types/detail/pp_variate_loop/preprocessed.hpp
+++ b/contrib/restricted/boost/function_types/include/boost/function_types/detail/pp_variate_loop/preprocessed.hpp
diff --git a/contrib/restricted/boost/boost/function_types/detail/retag_default_cc.hpp b/contrib/restricted/boost/function_types/include/boost/function_types/detail/retag_default_cc.hpp
index c8926f6dfc..c8926f6dfc 100644
--- a/contrib/restricted/boost/boost/function_types/detail/retag_default_cc.hpp
+++ b/contrib/restricted/boost/function_types/include/boost/function_types/detail/retag_default_cc.hpp
diff --git a/contrib/restricted/boost/boost/function_types/detail/synthesize.hpp b/contrib/restricted/boost/function_types/include/boost/function_types/detail/synthesize.hpp
index 0b15cbbed2..0b15cbbed2 100644
--- a/contrib/restricted/boost/boost/function_types/detail/synthesize.hpp
+++ b/contrib/restricted/boost/function_types/include/boost/function_types/detail/synthesize.hpp
diff --git a/contrib/restricted/boost/boost/function_types/detail/synthesize_impl/arity10_0.hpp b/contrib/restricted/boost/function_types/include/boost/function_types/detail/synthesize_impl/arity10_0.hpp
index ad22e5047a..ad22e5047a 100644
--- a/contrib/restricted/boost/boost/function_types/detail/synthesize_impl/arity10_0.hpp
+++ b/contrib/restricted/boost/function_types/include/boost/function_types/detail/synthesize_impl/arity10_0.hpp
diff --git a/contrib/restricted/boost/boost/function_types/detail/synthesize_impl/arity10_1.hpp b/contrib/restricted/boost/function_types/include/boost/function_types/detail/synthesize_impl/arity10_1.hpp
index bbd5963fa0..bbd5963fa0 100644
--- a/contrib/restricted/boost/boost/function_types/detail/synthesize_impl/arity10_1.hpp
+++ b/contrib/restricted/boost/function_types/include/boost/function_types/detail/synthesize_impl/arity10_1.hpp
diff --git a/contrib/restricted/boost/boost/function_types/detail/synthesize_impl/arity20_0.hpp b/contrib/restricted/boost/function_types/include/boost/function_types/detail/synthesize_impl/arity20_0.hpp
index cb62e69115..cb62e69115 100644
--- a/contrib/restricted/boost/boost/function_types/detail/synthesize_impl/arity20_0.hpp
+++ b/contrib/restricted/boost/function_types/include/boost/function_types/detail/synthesize_impl/arity20_0.hpp
diff --git a/contrib/restricted/boost/boost/function_types/detail/synthesize_impl/arity20_1.hpp b/contrib/restricted/boost/function_types/include/boost/function_types/detail/synthesize_impl/arity20_1.hpp
index 1c5e1e747c..1c5e1e747c 100644
--- a/contrib/restricted/boost/boost/function_types/detail/synthesize_impl/arity20_1.hpp
+++ b/contrib/restricted/boost/function_types/include/boost/function_types/detail/synthesize_impl/arity20_1.hpp
diff --git a/contrib/restricted/boost/boost/function_types/detail/synthesize_impl/arity30_0.hpp b/contrib/restricted/boost/function_types/include/boost/function_types/detail/synthesize_impl/arity30_0.hpp
index 63a64f0df5..63a64f0df5 100644
--- a/contrib/restricted/boost/boost/function_types/detail/synthesize_impl/arity30_0.hpp
+++ b/contrib/restricted/boost/function_types/include/boost/function_types/detail/synthesize_impl/arity30_0.hpp
diff --git a/contrib/restricted/boost/boost/function_types/detail/synthesize_impl/arity30_1.hpp b/contrib/restricted/boost/function_types/include/boost/function_types/detail/synthesize_impl/arity30_1.hpp
index 6cba73ea9a..6cba73ea9a 100644
--- a/contrib/restricted/boost/boost/function_types/detail/synthesize_impl/arity30_1.hpp
+++ b/contrib/restricted/boost/function_types/include/boost/function_types/detail/synthesize_impl/arity30_1.hpp
diff --git a/contrib/restricted/boost/boost/function_types/detail/synthesize_impl/arity40_0.hpp b/contrib/restricted/boost/function_types/include/boost/function_types/detail/synthesize_impl/arity40_0.hpp
index b065757024..b065757024 100644
--- a/contrib/restricted/boost/boost/function_types/detail/synthesize_impl/arity40_0.hpp
+++ b/contrib/restricted/boost/function_types/include/boost/function_types/detail/synthesize_impl/arity40_0.hpp
diff --git a/contrib/restricted/boost/boost/function_types/detail/synthesize_impl/arity40_1.hpp b/contrib/restricted/boost/function_types/include/boost/function_types/detail/synthesize_impl/arity40_1.hpp
index c9f21941b8..c9f21941b8 100644
--- a/contrib/restricted/boost/boost/function_types/detail/synthesize_impl/arity40_1.hpp
+++ b/contrib/restricted/boost/function_types/include/boost/function_types/detail/synthesize_impl/arity40_1.hpp
diff --git a/contrib/restricted/boost/boost/function_types/detail/synthesize_impl/arity50_0.hpp b/contrib/restricted/boost/function_types/include/boost/function_types/detail/synthesize_impl/arity50_0.hpp
index b1ad7b14c2..b1ad7b14c2 100644
--- a/contrib/restricted/boost/boost/function_types/detail/synthesize_impl/arity50_0.hpp
+++ b/contrib/restricted/boost/function_types/include/boost/function_types/detail/synthesize_impl/arity50_0.hpp
diff --git a/contrib/restricted/boost/boost/function_types/detail/synthesize_impl/arity50_1.hpp b/contrib/restricted/boost/function_types/include/boost/function_types/detail/synthesize_impl/arity50_1.hpp
index 2915c412d7..2915c412d7 100644
--- a/contrib/restricted/boost/boost/function_types/detail/synthesize_impl/arity50_1.hpp
+++ b/contrib/restricted/boost/function_types/include/boost/function_types/detail/synthesize_impl/arity50_1.hpp
diff --git a/contrib/restricted/boost/boost/function_types/detail/synthesize_impl/master.hpp b/contrib/restricted/boost/function_types/include/boost/function_types/detail/synthesize_impl/master.hpp
index 49d38ef4d4..49d38ef4d4 100644
--- a/contrib/restricted/boost/boost/function_types/detail/synthesize_impl/master.hpp
+++ b/contrib/restricted/boost/function_types/include/boost/function_types/detail/synthesize_impl/master.hpp
diff --git a/contrib/restricted/boost/boost/function_types/detail/to_sequence.hpp b/contrib/restricted/boost/function_types/include/boost/function_types/detail/to_sequence.hpp
index 54854dbfac..54854dbfac 100644
--- a/contrib/restricted/boost/boost/function_types/detail/to_sequence.hpp
+++ b/contrib/restricted/boost/function_types/include/boost/function_types/detail/to_sequence.hpp
diff --git a/contrib/restricted/boost/boost/function_types/function_arity.hpp b/contrib/restricted/boost/function_types/include/boost/function_types/function_arity.hpp
index a81001be3f..a81001be3f 100644
--- a/contrib/restricted/boost/boost/function_types/function_arity.hpp
+++ b/contrib/restricted/boost/function_types/include/boost/function_types/function_arity.hpp
diff --git a/contrib/restricted/boost/boost/function_types/function_pointer.hpp b/contrib/restricted/boost/function_types/include/boost/function_types/function_pointer.hpp
index cb139187f0..cb139187f0 100644
--- a/contrib/restricted/boost/boost/function_types/function_pointer.hpp
+++ b/contrib/restricted/boost/function_types/include/boost/function_types/function_pointer.hpp
diff --git a/contrib/restricted/boost/boost/function_types/function_reference.hpp b/contrib/restricted/boost/function_types/include/boost/function_types/function_reference.hpp
index 3eceae00ea..3eceae00ea 100644
--- a/contrib/restricted/boost/boost/function_types/function_reference.hpp
+++ b/contrib/restricted/boost/function_types/include/boost/function_types/function_reference.hpp
diff --git a/contrib/restricted/boost/boost/function_types/function_type.hpp b/contrib/restricted/boost/function_types/include/boost/function_types/function_type.hpp
index afe3654a7c..afe3654a7c 100644
--- a/contrib/restricted/boost/boost/function_types/function_type.hpp
+++ b/contrib/restricted/boost/function_types/include/boost/function_types/function_type.hpp
diff --git a/contrib/restricted/boost/boost/function_types/is_callable_builtin.hpp b/contrib/restricted/boost/function_types/include/boost/function_types/is_callable_builtin.hpp
index 3b826ea580..3b826ea580 100644
--- a/contrib/restricted/boost/boost/function_types/is_callable_builtin.hpp
+++ b/contrib/restricted/boost/function_types/include/boost/function_types/is_callable_builtin.hpp
diff --git a/contrib/restricted/boost/boost/function_types/is_function.hpp b/contrib/restricted/boost/function_types/include/boost/function_types/is_function.hpp
index 09f75b1c18..09f75b1c18 100644
--- a/contrib/restricted/boost/boost/function_types/is_function.hpp
+++ b/contrib/restricted/boost/function_types/include/boost/function_types/is_function.hpp
diff --git a/contrib/restricted/boost/boost/function_types/is_function_pointer.hpp b/contrib/restricted/boost/function_types/include/boost/function_types/is_function_pointer.hpp
index 67a04026f4..67a04026f4 100644
--- a/contrib/restricted/boost/boost/function_types/is_function_pointer.hpp
+++ b/contrib/restricted/boost/function_types/include/boost/function_types/is_function_pointer.hpp
diff --git a/contrib/restricted/boost/boost/function_types/is_function_reference.hpp b/contrib/restricted/boost/function_types/include/boost/function_types/is_function_reference.hpp
index 6bf908dc5d..6bf908dc5d 100644
--- a/contrib/restricted/boost/boost/function_types/is_function_reference.hpp
+++ b/contrib/restricted/boost/function_types/include/boost/function_types/is_function_reference.hpp
diff --git a/contrib/restricted/boost/boost/function_types/is_member_function_pointer.hpp b/contrib/restricted/boost/function_types/include/boost/function_types/is_member_function_pointer.hpp
index ef547657a3..ef547657a3 100644
--- a/contrib/restricted/boost/boost/function_types/is_member_function_pointer.hpp
+++ b/contrib/restricted/boost/function_types/include/boost/function_types/is_member_function_pointer.hpp
diff --git a/contrib/restricted/boost/boost/function_types/is_member_object_pointer.hpp b/contrib/restricted/boost/function_types/include/boost/function_types/is_member_object_pointer.hpp
index 10bc89a163..10bc89a163 100644
--- a/contrib/restricted/boost/boost/function_types/is_member_object_pointer.hpp
+++ b/contrib/restricted/boost/function_types/include/boost/function_types/is_member_object_pointer.hpp
diff --git a/contrib/restricted/boost/boost/function_types/is_member_pointer.hpp b/contrib/restricted/boost/function_types/include/boost/function_types/is_member_pointer.hpp
index db1da29dc4..db1da29dc4 100644
--- a/contrib/restricted/boost/boost/function_types/is_member_pointer.hpp
+++ b/contrib/restricted/boost/function_types/include/boost/function_types/is_member_pointer.hpp
diff --git a/contrib/restricted/boost/boost/function_types/is_nonmember_callable_builtin.hpp b/contrib/restricted/boost/function_types/include/boost/function_types/is_nonmember_callable_builtin.hpp
index 61052858b7..61052858b7 100644
--- a/contrib/restricted/boost/boost/function_types/is_nonmember_callable_builtin.hpp
+++ b/contrib/restricted/boost/function_types/include/boost/function_types/is_nonmember_callable_builtin.hpp
diff --git a/contrib/restricted/boost/boost/function_types/member_function_pointer.hpp b/contrib/restricted/boost/function_types/include/boost/function_types/member_function_pointer.hpp
index 104271f103..104271f103 100644
--- a/contrib/restricted/boost/boost/function_types/member_function_pointer.hpp
+++ b/contrib/restricted/boost/function_types/include/boost/function_types/member_function_pointer.hpp
diff --git a/contrib/restricted/boost/boost/function_types/member_object_pointer.hpp b/contrib/restricted/boost/function_types/include/boost/function_types/member_object_pointer.hpp
index 1951654550..1951654550 100644
--- a/contrib/restricted/boost/boost/function_types/member_object_pointer.hpp
+++ b/contrib/restricted/boost/function_types/include/boost/function_types/member_object_pointer.hpp
diff --git a/contrib/restricted/boost/boost/function_types/parameter_types.hpp b/contrib/restricted/boost/function_types/include/boost/function_types/parameter_types.hpp
index 227ad27325..227ad27325 100644
--- a/contrib/restricted/boost/boost/function_types/parameter_types.hpp
+++ b/contrib/restricted/boost/function_types/include/boost/function_types/parameter_types.hpp
diff --git a/contrib/restricted/boost/boost/function_types/property_tags.hpp b/contrib/restricted/boost/function_types/include/boost/function_types/property_tags.hpp
index c2158d352d..c2158d352d 100644
--- a/contrib/restricted/boost/boost/function_types/property_tags.hpp
+++ b/contrib/restricted/boost/function_types/include/boost/function_types/property_tags.hpp
diff --git a/contrib/restricted/boost/boost/function_types/result_type.hpp b/contrib/restricted/boost/function_types/include/boost/function_types/result_type.hpp
index db642c88c6..db642c88c6 100644
--- a/contrib/restricted/boost/boost/function_types/result_type.hpp
+++ b/contrib/restricted/boost/function_types/include/boost/function_types/result_type.hpp