forked from boostorg/fusion
Use compiler generated ctor.
This commit is contained in:
@ -192,8 +192,7 @@ namespace boost { namespace fusion
|
|||||||
typedef vector<T...> type_sequence;
|
typedef vector<T...> type_sequence;
|
||||||
|
|
||||||
BOOST_CONSTEXPR BOOST_FUSION_GPU_ENABLED
|
BOOST_CONSTEXPR BOOST_FUSION_GPU_ENABLED
|
||||||
vector_data()
|
BOOST_DEFAULTED_FUNCTION(vector_data(), {})
|
||||||
{}
|
|
||||||
|
|
||||||
template <
|
template <
|
||||||
typename Sequence
|
typename Sequence
|
||||||
@ -284,8 +283,7 @@ namespace boost { namespace fusion
|
|||||||
> base;
|
> base;
|
||||||
|
|
||||||
BOOST_CONSTEXPR BOOST_FUSION_GPU_ENABLED
|
BOOST_CONSTEXPR BOOST_FUSION_GPU_ENABLED
|
||||||
vector()
|
BOOST_DEFAULTED_FUNCTION(vector(), {})
|
||||||
{}
|
|
||||||
|
|
||||||
template <
|
template <
|
||||||
typename... U
|
typename... U
|
||||||
|
Reference in New Issue
Block a user