04.10.2012, 21:22, "Yang Chen" <[email protected]>: > Yes, I did and tried your patch. Applying your patch did remove A, but > it could introduce other incompilable code during reduction, e.g., > > class A {}; > template <class T> class B: A{}; > class C : A {}; > > will be transformed to > > template <class T> class B {}; > class C : B {};
Sorry, haven't read it carefully enough :( -- Regards, Konstantin
