[Bug c++/57765] [C++11] Variadic Template Specialization does not follow the INCITS/ISO​/IEC 14882-2011 standard

2013-07-02 Thread aaronngray.lists at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57765 AaronNGray aaronngray.lists at gmail dot com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug c++/57765] [C++11] Variadic Template Specialization does not follow the INCITS/ISO​/IEC 14882-2011 standard

2013-07-01 Thread trashyankes at wp dot pl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57765 trashyankes at wp dot pl changed: What|Removed |Added CC||trashyankes at wp dot pl ---

[Bug c++/57765] [C++11] Variadic Template Specialization does not follow the INCITS/ISO​/IEC 14882-2011 standard

2013-07-01 Thread aaronngray.lists at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57765 --- Comment #2 from AaronNGray aaronngray.lists at gmail dot com --- Interesting ...from the standard, not in braces :- A template parameter pack of a function template shall not be followed by another template parameter unless that template

[Bug c++/57765] [C++11] Variadic Template Specialization does not follow the INCITS/ISO​/IEC 14882-2011 standard

2013-07-01 Thread trashyankes at wp dot pl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57765 --- Comment #3 from trashyankes at wp dot pl --- I see, they fix wording in final version, but meaning didnt change (at last if I understand it correctly). (...) primary class template or alias template is a template parameter pack, it shall be