forked from boostorg/fusion
@ -20,11 +20,11 @@ namespace boost { namespace fusion
|
|||||||
template <typename Tag, typename Sequence>
|
template <typename Tag, typename Sequence>
|
||||||
struct convert
|
struct convert
|
||||||
{
|
{
|
||||||
typedef typename extension::convert_impl<Tag> gen;
|
|
||||||
|
|
||||||
typedef typename
|
typedef typename
|
||||||
gen::template apply<Sequence>::type
|
extension::convert_impl<Tag>::template apply<Sequence>
|
||||||
type;
|
gen;
|
||||||
|
|
||||||
|
typedef typename gen::type type;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user