[Bug c++/14494] Rejected valid specialization of member template
msebor at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Jan 12 23:03:00 GMT 2017
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=14494
Martin Sebor <msebor at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Priority|P2 |P3
CC| |msebor at gcc dot gnu.org
--- Comment #7 from Martin Sebor <msebor at gcc dot gnu.org> ---
Of the compilers I've tried (Clang, the EDG front end, IBM XLC++, Microsoft
Visual Studio, and Oracle Solaris Studio) only EDG accepts the code, all others
reject it for the same or similar looking reason as GCC. I recall running into
this error myself years ago but I'm also not sure if it's meant to be valid.
Given that it's rejected by most implementations it doesn't seem important
enough to be P2.
More information about the Gcc-bugs
mailing list