This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]