[Bug c++/57919] [C++11] Alias templates cause partial specialization to erroneously fail

2023-01-20 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57919 --- Comment #1 from Andrew Pinski --- MSVC also rejects this code for the same reason as GCC: (32): error C2752: 'foo<1,1,sequence<>>': more than one partial specialization matches the template argument list (19): note: could be 'foo...>>' (25):

[Bug c++/57919] [C++11] Alias templates cause partial specialization to erroneously fail

2014-11-23 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57919 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|