------- Comment #3 from pinskia at gcc dot gnu dot org 2007-05-24 03:18 ------- Here is a reduced testcase: template<class Base> struct Factory0Arg { template<class T> struct Factory { }; }; template<class T, class Al=class Factory0Arg<T>::Factory<T> > struct thing { Al allocator; }; thing<int> t;
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32029