[Bug c++/78825] New: missing error for template partial specialization using template alias type
: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: mattia.bonaducci at gmail dot com Target Milestone: --- With GCC 5.1 it was possible to compile such code without errors of warnings. --- template struct C; template using
[Bug c++/78825] missing error for template partial specialization using template alias type
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78825 --- Comment #1 from Maciej ZaĆucki --- My first thought was that it's bug introduced with N3651 support (C++14 variable templates) to GCC 5 and partially fixed in GCC 5.2.