------- Comment #1 from pinskia at gcc dot gnu dot org 2008-02-17 08:44 ------- You forgot the keyword typename as foo<sizeof(T)> is a dependent: typedef typename foo<sizeof(T)>::unsigned_t baz2;
-- 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=35228