template<char...components,classT>CORRADE_NODISCARD("use scatterInto() to scatter in-place")constexprTscatter(constT&vector,constVector<sizeof...(components),typenameT::Type>&values)
#else
#else
/* Using std::common_type otherwise GCC 4.8 fails to match the arguments
/* Using std::common_type otherwise GCC 4.8 fails to match the arguments
template<char...components,classT>CORRADE_NODISCARD("use scatterInto() to scatter in-place")constexprTscatter(constT&vector,consttypenamestd::common_type<Vector<sizeof...(components),typenameT::Type>>::type&values)