in reply to Re^2: Creating new objects from within a package
in thread Creating new objects from within a package
Neither does it "leaves no ambiguities". T->new() can still be ambiguous, it is just not as ambiguous. If you want to leave no ambiguities, write 'T'->new().
- tye
|
|---|