------- Comment #2 from philippe at fornux dot com 2008-03-28 05:20 ------- ** Then if I add the following:
template <> struct A<void>::B { B() { cout << __PRETTY_FUNCTION__ << endl; } }; ** I get: nesttempspecbug.cpp:35: error: explicit specialization of non-template `A<void>::B' nesttempspecbug.cpp:35: error: explicit specialization of non-template `A<void>::B' -- philippe at fornux dot com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |UNCONFIRMED Resolution|INVALID | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35727