diff options
author | bugaevskiy <bugaevskiy@yandex-team.com> | 2022-08-07 10:56:55 +0300 |
---|---|---|
committer | bugaevskiy <bugaevskiy@yandex-team.com> | 2022-08-07 10:56:55 +0300 |
commit | fcfbfb700bf5a793fdf567904816af30c8261375 (patch) | |
tree | 8fa503c8f7eb2bc5cd3b2e02ed514812c1d24128 | |
parent | da8658093ca88d0431aefa1b89782ced2206cac5 (diff) | |
download | ydb-fcfbfb700bf5a793fdf567904816af30c8261375.tar.gz |
Reimport boost/function_types as a separate project
-rw-r--r-- | CMakeLists.darwin.txt | 1 | ||||
-rw-r--r-- | CMakeLists.linux.txt | 1 | ||||
-rw-r--r-- | contrib/restricted/boost/CMakeLists.txt | 1 | ||||
-rw-r--r-- | contrib/restricted/boost/function_types/CMakeLists.txt | 23 | ||||
-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 |
80 files changed, 26 insertions, 0 deletions
diff --git a/CMakeLists.darwin.txt b/CMakeLists.darwin.txt index 60e3fad7673..70930b97ffd 100644 --- a/CMakeLists.darwin.txt +++ b/CMakeLists.darwin.txt @@ -378,6 +378,7 @@ add_subdirectory(contrib/restricted/boost/system) add_subdirectory(contrib/restricted/boost/winapi) add_subdirectory(contrib/restricted/boost/exception) add_subdirectory(contrib/restricted/boost/tuple) +add_subdirectory(contrib/restricted/boost/function_types) add_subdirectory(contrib/restricted/boost/io) add_subdirectory(contrib/restricted/boost/logic) add_subdirectory(contrib/restricted/boost/mp11) diff --git a/CMakeLists.linux.txt b/CMakeLists.linux.txt index 2d4c244d5ef..95eeccf6015 100644 --- a/CMakeLists.linux.txt +++ b/CMakeLists.linux.txt @@ -381,6 +381,7 @@ add_subdirectory(contrib/restricted/boost/system) add_subdirectory(contrib/restricted/boost/winapi) add_subdirectory(contrib/restricted/boost/exception) add_subdirectory(contrib/restricted/boost/tuple) +add_subdirectory(contrib/restricted/boost/function_types) add_subdirectory(contrib/restricted/boost/io) add_subdirectory(contrib/restricted/boost/logic) add_subdirectory(contrib/restricted/boost/mp11) diff --git a/contrib/restricted/boost/CMakeLists.txt b/contrib/restricted/boost/CMakeLists.txt index 2a000e10eef..628b0de8f12 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 00000000000..5d0e045d51e --- /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 6f22098d581..6f22098d581 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 ab69d646249..ab69d646249 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 151c8567403..151c8567403 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 7ec8e1e8fe6..7ec8e1e8fe6 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 27b97b3ff7f..27b97b3ff7f 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 b5c5e71ebe5..b5c5e71ebe5 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 e27f3c2d67a..e27f3c2d67a 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 cca8027a006..cca8027a006 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 f7a25169e49..f7a25169e49 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 1cee2ba35ac..1cee2ba35ac 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 6bc60f86e80..6bc60f86e80 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 743c263bef0..743c263bef0 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 161ac1751e6..161ac1751e6 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 e3a99887d46..e3a99887d46 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 d05719a3f90..d05719a3f90 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 944eabaa066..944eabaa066 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 00b722e3456..00b722e3456 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 637b1b52bb5..637b1b52bb5 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 f96c6a9f73c..f96c6a9f73c 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 1b06a97a78f..1b06a97a78f 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 f6b2ca8a442..f6b2ca8a442 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 1688e6b3ed2..1688e6b3ed2 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 e85eb3a09cb..e85eb3a09cb 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 290d21efa74..290d21efa74 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 f1a2410173d..f1a2410173d 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 e1741cbbac7..e1741cbbac7 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 693a05dfe15..693a05dfe15 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 9bc16162426..9bc16162426 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 cd83726231b..cd83726231b 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 4e15fa480cc..4e15fa480cc 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 4d4833179c2..4d4833179c2 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 1d4e577d80a..1d4e577d80a 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 08074fb38ba..08074fb38ba 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 1920d6fcb1e..1920d6fcb1e 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 b6dbff59f31..b6dbff59f31 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 60e958cec75..60e958cec75 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 da4079c6ad2..da4079c6ad2 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 7d8c347c99d..7d8c347c99d 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 865efce519c..865efce519c 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 72666d0f277..72666d0f277 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 81f1d89e743..81f1d89e743 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 9cce212fcd6..9cce212fcd6 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 823c3cc1cde..823c3cc1cde 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 50263429d70..50263429d70 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 7e7c4f91fa9..7e7c4f91fa9 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 c8926f6dfcc..c8926f6dfcc 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 0b15cbbed21..0b15cbbed21 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 ad22e5047ae..ad22e5047ae 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 bbd5963fa0e..bbd5963fa0e 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 cb62e691151..cb62e691151 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 1c5e1e747cc..1c5e1e747cc 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 63a64f0df58..63a64f0df58 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 6cba73ea9af..6cba73ea9af 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 b065757024d..b065757024d 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 c9f21941b8a..c9f21941b8a 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 b1ad7b14c27..b1ad7b14c27 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 2915c412d7f..2915c412d7f 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 49d38ef4d49..49d38ef4d49 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 54854dbfac8..54854dbfac8 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 a81001be3fb..a81001be3fb 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 cb139187f0d..cb139187f0d 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 3eceae00ea3..3eceae00ea3 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 afe3654a7c7..afe3654a7c7 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 3b826ea5805..3b826ea5805 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 09f75b1c18d..09f75b1c18d 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 67a04026f4a..67a04026f4a 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 6bf908dc5de..6bf908dc5de 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 ef547657a37..ef547657a37 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 10bc89a1633..10bc89a1633 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 db1da29dc45..db1da29dc45 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 61052858b73..61052858b73 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 104271f103e..104271f103e 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 1951654550e..1951654550e 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 227ad27325b..227ad27325b 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 c2158d352d3..c2158d352d3 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 db642c88c6d..db642c88c6d 100644 --- a/contrib/restricted/boost/boost/function_types/result_type.hpp +++ b/contrib/restricted/boost/function_types/include/boost/function_types/result_type.hpp |