forked from boostorg/intrusive
Merge branch 'je4d-master' into develop
This commit is contained in:
@@ -209,6 +209,12 @@ struct do_pack<typelist<Prev, Last> >
|
||||
typedef typename Prev::template pack<Last> type;
|
||||
};
|
||||
|
||||
template<class ...Others>
|
||||
struct do_pack<typelist<void, Others...> >
|
||||
{
|
||||
typedef typename do_pack<typelist<Others...> >::type type;
|
||||
};
|
||||
|
||||
template<class Prev, class ...Others>
|
||||
struct do_pack<typelist<Prev, Others...> >
|
||||
{
|
||||
|
Reference in New Issue
Block a user