Implement variadic templates based fusion::vector.

Thanks to Lee Clagett.
This commit is contained in:
Kohei Takahashi
2015-06-28 01:13:32 +09:00
parent c77f84749f
commit 969b475462
15 changed files with 493 additions and 22 deletions

View File

@ -30,7 +30,7 @@ namespace boost { namespace fusion
}
template <typename ...T>
BOOST_FUSION_GPU_ENABLED
BOOST_CONSTEXPR BOOST_FUSION_GPU_ENABLED
inline vector<T&...>
vector_tie(T&... arg)
{