diff --git a/include/boost/mp11/algorithm.hpp b/include/boost/mp11/algorithm.hpp index 23758f7..72b19cc 100644 --- a/include/boost/mp11/algorithm.hpp +++ b/include/boost/mp11/algorithm.hpp @@ -297,8 +297,8 @@ template class L, class... T, std::size_t I> struct mp_at_c_i template struct mp_at_c_impl { - using _map = mp_transform>, L>; - using type = mp_second>>; + using _map = mp_transform >, L>; + using type = mp_second > >; }; #endif @@ -843,7 +843,7 @@ template class L, class T1, class... T, class V, template class L, class T1, class T2, class T3, class T4, class T5, class T6, class T7, class T8, class T9, class T10, class... T, class V, template class F> struct mp_reverse_fold_impl, V, F> { using rest = typename mp_reverse_fold_impl, V, F>::type; - using type = F>>>>>>>>>; + using type = F > > > > > > > > >; }; } // namespace detail @@ -889,7 +889,7 @@ template struct mp_replace_at_impl template using _p = std::is_same>; template using _f = W; - using type = mp_transform_if<_p, _f, L, mp_iota>>; + using type = mp_transform_if<_p, _f, L, mp_iota > >; }; } // namespace detail diff --git a/include/boost/mp11/detail/mp_append.hpp b/include/boost/mp11/detail/mp_append.hpp index e58c8a7..6f39bab 100644 --- a/include/boost/mp11/detail/mp_append.hpp +++ b/include/boost/mp11/detail/mp_append.hpp @@ -133,7 +133,7 @@ template< using type = typename mp_append_impl::type; }; -template struct mp_append_impl: mp_if_c<(sizeof...(L) > 111), mp_quote, mp_if_c<(sizeof...(L) > 11), mp_quote, mp_quote>>::template fn +template struct mp_append_impl: mp_if_c<(sizeof...(L) > 111), mp_quote, mp_if_c<(sizeof...(L) > 11), mp_quote, mp_quote > >::template fn { }; diff --git a/include/boost/mp11/integer_sequence.hpp b/include/boost/mp11/integer_sequence.hpp index 08e3120..ad72bd0 100644 --- a/include/boost/mp11/integer_sequence.hpp +++ b/include/boost/mp11/integer_sequence.hpp @@ -73,7 +73,7 @@ public: using type = S4; }; -template struct make_integer_sequence_impl: iseq_if_c>, iseq_if_c>, make_integer_sequence_impl_>> +template struct make_integer_sequence_impl: iseq_if_c>, iseq_if_c>, make_integer_sequence_impl_ > > { }; diff --git a/include/boost/mp11/map.hpp b/include/boost/mp11/map.hpp index 0f7a19c..b9581ac 100644 --- a/include/boost/mp11/map.hpp +++ b/include/boost/mp11/map.hpp @@ -58,7 +58,7 @@ template class F> struct mp_map_update_impl template using _f = std::is_same, mp_first>; // _f3> -> L> - template using _f3 = mp_assign, mp_rename>>; + template using _f3 = mp_assign, mp_rename > >; using type = mp_if< mp_map_contains>, mp_transform_if<_f, _f3, M>, mp_push_back >; }; diff --git a/include/boost/mp11/set.hpp b/include/boost/mp11/set.hpp index cd77d64..fe9c1b2 100644 --- a/include/boost/mp11/set.hpp +++ b/include/boost/mp11/set.hpp @@ -25,7 +25,7 @@ template struct mp_set_contains_impl; template class L, class... T, class V> struct mp_set_contains_impl, V> { - using type = mp_to_bool, mp_inherit...>>>; + using type = mp_to_bool, mp_inherit...> > >; }; } // namespace detail @@ -90,7 +90,7 @@ template struct mp_is_set_impl template class L, class... T> struct mp_is_set_impl> { - using type = mp_to_bool, mp_set_push_back, T...>>>; + using type = mp_to_bool, mp_set_push_back, T...> > >; }; } // namespace detail