[SVN r70063]
This commit is contained in:
Ion Gaztañaga
2011-03-17 16:19:41 +00:00
parent 13fa2907cd
commit b9dce1daae
9 changed files with 39 additions and 42 deletions

View File

@@ -775,7 +775,7 @@ template<class Prev, class ...Others>
struct do_pack<typelist<Prev, Others...> >
{
typedef typename Prev::template pack
<typename do_pack<typelist<Others...>>::type> type;
<typename do_pack<typelist<Others...> >::type> type;
};