D | p12.cpp | 14 typedef Private Public; typedef in test1::A 18 static Temp<A::Public> make() { return Temp<A::Public>(); } in make() 35 typedef Private Public; typedef in test2::A 39 static Temp<A::Public> make(); 47 return Temp<A::Public>(0); in make()
|