[Bug c++/58734] [C++11] Template template parameter pack instantiation problem
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58734 Paolo Carlini changed: What|Removed |Added Status|NEW |RESOLVED Resolution|--- |FIXED Target Milestone|--- |4.9.0 --- Comment #5 from Paolo Carlini --- Done.
[Bug c++/58734] [C++11] Template template parameter pack instantiation problem
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58734 --- Comment #4 from paolo at gcc dot gnu.org --- Author: paolo Date: Sat Jul 11 18:17:41 2015 New Revision: 225713 URL: https://gcc.gnu.org/viewcvs?rev=225713&root=gcc&view=rev Log: 2015-07-11 Paolo Carlini PR c++/58734 * g++.dg/cpp0x/variadic-ttp2.C: New. Added: trunk/gcc/testsuite/g++.dg/cpp0x/variadic-ttp2.C Modified: trunk/gcc/testsuite/ChangeLog
[Bug c++/58734] [C++11] Template template parameter pack instantiation problem
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58734 --- Comment #3 from Paolo Carlini --- In fact the released 4.9.0 also doesn't fail. Let's the testcase and close the bug.
[Bug c++/58734] [C++11] Template template parameter pack instantiation problem
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58734 --- Comment #2 from Roger Ferrer Ibanez --- Hi, g++ 4.9.1. does not fail anymore with this one. I guess it was already been fixed. Kind regards,