From: Peter Bindels (dascandy_at_[hidden])
Date: 2007-09-20 12:59:04


Hello,
On 17/04/2007, Douglas Gregor <doug.gregor_at_[hidden]> wrote:
> On Apr 17, 2007, at 3:42 PM, Marco wrote:
> > I try to dare something more, now.
> > Has it been taken in consideration to provide a typedef type pack
> > defined
> > throught a template parameter pack ? That is, something like:
> >
> > template< typename... Args >
> > class
> > {
> > typedef typename Args::value_type value_types;
> > // or the following more explicit syntax:
> > // typedef... typename Args::value_type value_types;
> >
> > void f( value_types... args );
> >
> > };
>
> Yes, it's been taken into consideration, but it does not work.

Sorry to resurrect an old thread, but I was wondering why this doesn't
work and whether it's been changed?

Regards and thanks,
Peter Bindels