Variadic template function full specialization.

2008-11-17 Thread Piotr Rak
Hello all, Following (bit weird ;-) code shows weird case of variadic template function specialization, however I am not sure it is legal, (atleast I haven't found any wording that would prevent such use): enum SelectFoo {S1, S2, S3}; struct A { template void foo (Args_...); }; template <>

Re: Variadic template function full specialization.

2008-11-19 Thread Ben Elliston
> Following (bit weird ;-) code shows weird case of variadic template > function specialization, however I am not sure it is legal, (atleast I > haven't found any wording that would prevent such use): This list is not really the place to discuss language issues (unless you think you've found a bug

Re: Variadic template function full specialization.

2008-11-19 Thread Piotr Rak
2008/11/19 Ben Elliston <[EMAIL PROTECTED]>: >> Following (bit weird ;-) code shows weird case of variadic template >> function specialization, however I am not sure it is legal, (atleast I >> haven't found any wording that would prevent such use): > > This list is not really the place to discuss l