mirror of
https://git.suyu.dev/suyu/ext-boost.git
synced 2026-01-06 14:38:13 +01:00
Update boost to 1.71 and add asio
This commit is contained in:
parent
0b920df1c9
commit
43274a0449
1233 changed files with 231689 additions and 5532 deletions
|
|
@ -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...> >
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue