http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45964
Michael Schulze <mschulze at ivs dot cs.ovgu.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |UNCONFIRMED Resolution|INVALID | --- Comment #5 from Michael Schulze <mschulze at ivs dot cs.ovgu.de> 2010-10-11 13:10:43 UTC --- const int A< a>::B<b>::value = A<a>::template B<b>::C::value; ^^^^^^^^ Ok, One question remains. Is the template keyword optional in this case or has to be omit?