diff --git a/include/boost/fusion/container/vector/vector.hpp b/include/boost/fusion/container/vector/vector.hpp index ab1c1f04..9c5032f9 100644 --- a/include/boost/fusion/container/vector/vector.hpp +++ b/include/boost/fusion/container/vector/vector.hpp @@ -66,12 +66,12 @@ namespace boost { namespace fusion template BOOST_CONSTEXPR BOOST_FUSION_GPU_ENABLED inline each_elem - dispatch( T const&... ) BOOST_NOEXCEPT { return each_elem(); } + dispatch(T const&...) BOOST_NOEXCEPT { return each_elem(); } template BOOST_CONSTEXPR BOOST_FUSION_GPU_ENABLED inline copy_or_move - dispatch( This const& ) BOOST_NOEXCEPT { return copy_or_move(); } + dispatch(This const&) BOOST_NOEXCEPT { return copy_or_move(); } template BOOST_CONSTEXPR BOOST_FUSION_GPU_ENABLED @@ -82,7 +82,7 @@ namespace boost { namespace fusion , make_indices_from_seq >::type > - dispatch( Sequence const& ) BOOST_NOEXCEPT + dispatch(Sequence const&) BOOST_NOEXCEPT { return from_sequence::type>(); }