Compare with Previous | Blame | View Log
struct A{ typedef int T; virtual ~A(); }; struct B:public A{ using A::T; };