
20 Sep
2007
20 Sep
'07
4:59 p.m.
Hello, On 17/04/2007, Douglas Gregor <doug.gregor@gmail.com> 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