Boost logo

Boost :

From: Douglas Gregor (doug.gregor_at_[hidden])
Date: 2007-04-17 16:59:51


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.

        - Doug


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk