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