constexpr support for variadic list.

This commit is contained in:
Kohei Takahashi
2015-05-31 20:34:50 +09:00
parent 275f65f9ad
commit 3d0412bfd1
2 changed files with 8 additions and 8 deletions

View File

@@ -32,7 +32,7 @@ namespace boost { namespace fusion
}
template <typename ...T>
BOOST_FUSION_GPU_ENABLED
BOOST_CONSTEXPR BOOST_FUSION_GPU_ENABLED
inline list<typename detail::as_fusion_element<T>::type...>
make_list(T const&... arg)
{