On Sun, May 17, 2015 at 10:17 PM, Marc Mutz <[email protected]> wrote: > > *Any* form of out parameter is bad code policy. Much better in virtually all > cases to return multiple values in a small struct.
No, I was simply referring to the specific case of using pointers instead of references. I've been bitten too many times by out-references. Then whether we should ban out-arguments is another story entirely... -- Giuseppe D'Angelo _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
