[Bug c++/60065] [c++1y] ICE with auto parameter pack

abutcher at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Feb 20 03:05:00 GMT 2014


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60065

--- Comment #2 from Adam Butcher <abutcher at gcc dot gnu.org> ---
Turns out the base template parameter index was not been initialized correctly
so it was trying to convert the 'int' parameter to a pack as well as the
invented template parameter generated for the 'auto'.  See
http://gcc.gnu.org/ml/gcc-patches/2014-02/msg01197.html



More information about the Gcc-bugs mailing list