mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-30 20:47:31 +02:00
Tweak coding style.
This commit is contained in:
@ -66,12 +66,12 @@ namespace boost { namespace fusion
|
|||||||
template <typename This, typename ...T>
|
template <typename This, typename ...T>
|
||||||
BOOST_CONSTEXPR BOOST_FUSION_GPU_ENABLED
|
BOOST_CONSTEXPR BOOST_FUSION_GPU_ENABLED
|
||||||
inline each_elem
|
inline each_elem
|
||||||
dispatch( T const&... ) BOOST_NOEXCEPT { return each_elem(); }
|
dispatch(T const&...) BOOST_NOEXCEPT { return each_elem(); }
|
||||||
|
|
||||||
template <typename This>
|
template <typename This>
|
||||||
BOOST_CONSTEXPR BOOST_FUSION_GPU_ENABLED
|
BOOST_CONSTEXPR BOOST_FUSION_GPU_ENABLED
|
||||||
inline copy_or_move
|
inline copy_or_move
|
||||||
dispatch( This const& ) BOOST_NOEXCEPT { return copy_or_move(); }
|
dispatch(This const&) BOOST_NOEXCEPT { return copy_or_move(); }
|
||||||
|
|
||||||
template <typename This, typename Sequence>
|
template <typename This, typename Sequence>
|
||||||
BOOST_CONSTEXPR BOOST_FUSION_GPU_ENABLED
|
BOOST_CONSTEXPR BOOST_FUSION_GPU_ENABLED
|
||||||
@ -82,7 +82,7 @@ namespace boost { namespace fusion
|
|||||||
, make_indices_from_seq<Sequence>
|
, make_indices_from_seq<Sequence>
|
||||||
>::type
|
>::type
|
||||||
>
|
>
|
||||||
dispatch( Sequence const& ) BOOST_NOEXCEPT
|
dispatch(Sequence const&) BOOST_NOEXCEPT
|
||||||
{ return from_sequence<typename make_indices_from_seq<Sequence>::type>(); }
|
{ return from_sequence<typename make_indices_from_seq<Sequence>::type>(); }
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user