[Bug c++/22540] No access to public static members/functions of privately inherited base class
--- Additional Comments From mdweb at web dot de 2005-07-18 11:14 --- Sorry, my sentence with 'inherit directly' was missing the point and probably misleading. Both A::foo() and A::i are _static_ public, so they should be accessible directly. T
[Bug c++/22540] New: No access to public static members/functions of privately inherited base class
privately inherited base class Product: gcc Version: 4.1.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: mdweb at web dot de