[Bug c++/60065] [c++1y] ICE with auto parameter pack
abutcher at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Feb 20 01:41:00 GMT 2014
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60065
Adam Butcher <abutcher at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |abutcher at gcc dot gnu.org
--- Comment #1 from Adam Butcher <abutcher at gcc dot gnu.org> ---
I think it is valid. It should be considered equivalent to:
template <int, typename... T> void foo(T... x);
Looks like the generic parameter pack 'auto...' is replacing the template
argument list rather than extending it. I'll look into it.
More information about the Gcc-bugs
mailing list