------- Comment #1 from pinskia at gcc dot gnu dot org 2006-01-23 13:17 ------- Your source is wrong, you forgot the template keyword. The corrected line for NEWTYPE is typedef typename A<T1>::template B<double>::C NEWTYPE;
and this works on all compilers from 3.2.3 on. -- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25922