------- Additional Comments From pcarlini at suse dot de 2004-12-20 13:40 ------- Hi Giovanni. Indeed, I don't think typedefs are directly involved and probably we can further simplify like this:
=========================================== struct A {}; template<typename> struct B; template<typename T> struct B<T A::*> {}; B<void(A::*)()> b; =========================================== -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19076