[Bug c++/30539] Accepts invalid explicit specialization declaration

2012-01-03 Thread bangerth at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30539 --- Comment #3 from Wolfgang Bangerth 2012-01-03 19:11:09 UTC --- Excellent, and thanks! It's good to see that some of the 5+ year old reports are still being closed on occasion :-) (Although I have to say that this one was one of the more humor

[Bug c++/30539] Accepts invalid explicit specialization declaration

2012-01-03 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30539 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|gcc-bugs at g

[Bug c++/30539] Accepts invalid explicit specialization declaration

2007-01-22 Thread sebor at roguewave dot com
--- Comment #1 from sebor at roguewave dot com 2007-01-22 16:25 --- Even better, this works too: template <> void X<1>::X<2>::X<3>::X<4>::f(); -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30539