diff options
author | robot-contrib <robot-contrib@yandex-team.com> | 2023-08-14 23:26:11 +0300 |
---|---|---|
committer | robot-contrib <robot-contrib@yandex-team.com> | 2023-08-15 11:09:47 +0300 |
commit | 0c6ce58418140728837ccef0c50a484ef4ddd373 (patch) | |
tree | c7b9fa5e0ade3518e23d0814415c16775791daca | |
parent | 2864ce4da6ea82267fdb33996288d9326646e2d0 (diff) | |
download | ydb-0c6ce58418140728837ccef0c50a484ef4ddd373.tar.gz |
Update contrib/restricted/boost/parameter to 1.83.0
11 files changed, 20 insertions, 20 deletions
diff --git a/contrib/restricted/boost/parameter/include/boost/parameter/aux_/pack/tag_keyword_arg_ref.hpp b/contrib/restricted/boost/parameter/include/boost/parameter/aux_/pack/tag_keyword_arg_ref.hpp index bb620ba2114..20801497aed 100644 --- a/contrib/restricted/boost/parameter/include/boost/parameter/aux_/pack/tag_keyword_arg_ref.hpp +++ b/contrib/restricted/boost/parameter/include/boost/parameter/aux_/pack/tag_keyword_arg_ref.hpp @@ -10,7 +10,7 @@ #include <boost/parameter/aux_/tagged_argument.hpp> #include <boost/parameter/config.hpp> -namespace boost { namespace parameter { namespace aux { +namespace boost { namespace parameter { namespace aux { template < typename Keyword @@ -34,7 +34,7 @@ namespace boost { namespace parameter { namespace aux { #include <boost/mpl/bool.hpp> -namespace boost { namespace parameter { namespace aux { +namespace boost { namespace parameter { namespace aux { template <typename Keyword, typename ActualArg> struct tag_ref<Keyword,ActualArg,::boost::mpl::false_> diff --git a/contrib/restricted/boost/parameter/include/boost/parameter/aux_/pack/unmatched_argument.hpp b/contrib/restricted/boost/parameter/include/boost/parameter/aux_/pack/unmatched_argument.hpp index 72a1bc5f622..0200245119a 100644 --- a/contrib/restricted/boost/parameter/include/boost/parameter/aux_/pack/unmatched_argument.hpp +++ b/contrib/restricted/boost/parameter/include/boost/parameter/aux_/pack/unmatched_argument.hpp @@ -34,7 +34,7 @@ namespace boost { namespace parameter { namespace aux { )); #endif typedef int type; - }; + }; }}} // namespace boost::parameter::aux #endif // include guard diff --git a/contrib/restricted/boost/parameter/include/boost/parameter/aux_/preprocessor/overloads.hpp b/contrib/restricted/boost/parameter/include/boost/parameter/aux_/preprocessor/overloads.hpp index 4f2685616d9..fa43efab4cb 100644 --- a/contrib/restricted/boost/parameter/include/boost/parameter/aux_/preprocessor/overloads.hpp +++ b/contrib/restricted/boost/parameter/include/boost/parameter/aux_/preprocessor/overloads.hpp @@ -51,7 +51,7 @@ ::boost::parameter::aux::item< \ BOOST_PP_CAT(PS, n), BOOST_PP_CAT(A, n) -#define BOOST_PARAMETER_close_list(z, n, text) > +#define BOOST_PARAMETER_close_list(z, n, text) > #define BOOST_PARAMETER_arg_list(n) \ ::boost::parameter::aux::make_arg_list< \ diff --git a/contrib/restricted/boost/parameter/include/boost/parameter/aux_/tag.hpp b/contrib/restricted/boost/parameter/include/boost/parameter/aux_/tag.hpp index 8db1f2ef70d..826a15bd90d 100644 --- a/contrib/restricted/boost/parameter/include/boost/parameter/aux_/tag.hpp +++ b/contrib/restricted/boost/parameter/include/boost/parameter/aux_/tag.hpp @@ -19,7 +19,7 @@ #include <boost/mp11/utility.hpp> #include <type_traits> -namespace boost { namespace parameter { namespace aux { +namespace boost { namespace parameter { namespace aux { template <typename Keyword, typename Arg> struct tag_if_lvalue_reference @@ -75,7 +75,7 @@ namespace boost { namespace parameter { namespace aux { #include <boost/type_traits/is_lvalue_reference.hpp> #include <boost/type_traits/remove_const.hpp> -namespace boost { namespace parameter { namespace aux { +namespace boost { namespace parameter { namespace aux { template <typename Keyword, typename ActualArg> struct tag @@ -119,7 +119,7 @@ namespace boost { namespace parameter { namespace aux { #else // !defined(BOOST_PARAMETER_HAS_PERFECT_FORWARDING) -namespace boost { namespace parameter { namespace aux { +namespace boost { namespace parameter { namespace aux { template < typename Keyword @@ -142,7 +142,7 @@ namespace boost { namespace parameter { namespace aux { #include <boost/mpl/bool.hpp> #include <boost/type_traits/remove_reference.hpp> -namespace boost { namespace parameter { namespace aux { +namespace boost { namespace parameter { namespace aux { template <typename Keyword, typename Arg> struct tag<Keyword,Arg,::boost::mpl::false_> diff --git a/contrib/restricted/boost/parameter/include/boost/parameter/aux_/unwrap_cv_reference.hpp b/contrib/restricted/boost/parameter/include/boost/parameter/aux_/unwrap_cv_reference.hpp index 367b02187c5..902d6594661 100644 --- a/contrib/restricted/boost/parameter/include/boost/parameter/aux_/unwrap_cv_reference.hpp +++ b/contrib/restricted/boost/parameter/include/boost/parameter/aux_/unwrap_cv_reference.hpp @@ -121,7 +121,7 @@ namespace boost { namespace parameter { namespace aux { typedef boost::mpl::bool_< #if BOOST_WORKAROUND(BOOST_BORLANDC, BOOST_TESTED_AT(0x564)) is_cv_reference_wrapper:: -#endif +#endif value> type; }; diff --git a/contrib/restricted/boost/parameter/include/boost/parameter/aux_/void.hpp b/contrib/restricted/boost/parameter/include/boost/parameter/aux_/void.hpp index 2c7103b3e4e..ed52154e570 100644 --- a/contrib/restricted/boost/parameter/include/boost/parameter/aux_/void.hpp +++ b/contrib/restricted/boost/parameter/include/boost/parameter/aux_/void.hpp @@ -6,7 +6,7 @@ #ifndef BOOST_PARAMETER_VOID_050329_HPP #define BOOST_PARAMETER_VOID_050329_HPP -namespace boost { namespace parameter { +namespace boost { namespace parameter { // A placemarker for "no argument passed." // MAINTAINER NOTE: Do not make this into a metafunction diff --git a/contrib/restricted/boost/parameter/include/boost/parameter/binding.hpp b/contrib/restricted/boost/parameter/include/boost/parameter/binding.hpp index a1d4e85ce00..388e09d66f9 100644 --- a/contrib/restricted/boost/parameter/include/boost/parameter/binding.hpp +++ b/contrib/restricted/boost/parameter/include/boost/parameter/binding.hpp @@ -24,7 +24,7 @@ #include <boost/type_traits/is_same.hpp> #endif -namespace boost { namespace parameter { +namespace boost { namespace parameter { // A metafunction that, given an argument pack, returns the reference type // of the parameter identified by the given keyword. If no such parameter @@ -100,7 +100,7 @@ namespace boost { namespace parameter { #include <boost/parameter/aux_/is_placeholder.hpp> -namespace boost { namespace parameter { +namespace boost { namespace parameter { template < typename Parameters @@ -132,7 +132,7 @@ namespace boost { namespace parameter { #include <boost/parameter/aux_/result_of0.hpp> -namespace boost { namespace parameter { +namespace boost { namespace parameter { // A metafunction that, given an argument pack, returns the reference type // of the parameter identified by the given keyword. If no such parameter diff --git a/contrib/restricted/boost/parameter/include/boost/parameter/match.hpp b/contrib/restricted/boost/parameter/include/boost/parameter/match.hpp index a1b7b85a98e..6b4412bb9ad 100644 --- a/contrib/restricted/boost/parameter/include/boost/parameter/match.hpp +++ b/contrib/restricted/boost/parameter/include/boost/parameter/match.hpp @@ -26,7 +26,7 @@ /**/ #else #define BOOST_PARAMETER_MATCH_DEFAULTS(ArgTypes) -#endif +#endif #include <boost/parameter/aux_/preprocessor/seq_enum.hpp> diff --git a/contrib/restricted/boost/parameter/include/boost/parameter/template_keyword.hpp b/contrib/restricted/boost/parameter/include/boost/parameter/template_keyword.hpp index ef2aa58d140..2de048fd850 100644 --- a/contrib/restricted/boost/parameter/include/boost/parameter/template_keyword.hpp +++ b/contrib/restricted/boost/parameter/include/boost/parameter/template_keyword.hpp @@ -24,7 +24,7 @@ #include <boost/type_traits/is_array.hpp> #endif -namespace boost { namespace parameter { +namespace boost { namespace parameter { template <typename Tag, typename T> struct template_keyword : ::boost::parameter::aux::template_keyword_base diff --git a/contrib/restricted/boost/parameter/include/boost/parameter/value_type.hpp b/contrib/restricted/boost/parameter/include/boost/parameter/value_type.hpp index 1b0ad354c9d..ceb0e492746 100644 --- a/contrib/restricted/boost/parameter/include/boost/parameter/value_type.hpp +++ b/contrib/restricted/boost/parameter/include/boost/parameter/value_type.hpp @@ -24,7 +24,7 @@ #include <boost/type_traits/is_same.hpp> #endif -namespace boost { namespace parameter { +namespace boost { namespace parameter { // A metafunction that, given an argument pack, returns the value type // of the parameter identified by the given keyword. If no such parameter @@ -100,7 +100,7 @@ namespace boost { namespace parameter { #include <boost/parameter/aux_/is_placeholder.hpp> -namespace boost { namespace parameter { +namespace boost { namespace parameter { template < typename Parameters @@ -132,7 +132,7 @@ namespace boost { namespace parameter { #include <boost/parameter/aux_/result_of0.hpp> -namespace boost { namespace parameter { +namespace boost { namespace parameter { // A metafunction that, given an argument pack, returns the value type // of the parameter identified by the given keyword. If no such parameter diff --git a/contrib/restricted/boost/parameter/ya.make b/contrib/restricted/boost/parameter/ya.make index d6f44f4f37f..b51aa129ab8 100644 --- a/contrib/restricted/boost/parameter/ya.make +++ b/contrib/restricted/boost/parameter/ya.make @@ -6,9 +6,9 @@ LICENSE(BSL-1.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(1.82.0) +VERSION(1.83.0) -ORIGINAL_SOURCE(https://github.com/boostorg/parameter/archive/boost-1.82.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/parameter/archive/boost-1.83.0.tar.gz) PEERDIR( contrib/restricted/boost/config |