On Wednesday 30 July 2014 20:14:58 Olivier Goffart wrote: > > Those changes are technically source-incompatible: if you take the address > > of one of those functions, your code will stop compiling. This was found > > in > > Creator: > > https://codereview.qt-project.org/90988 > > > > The change is transparent for regular calls of those functions. > > It is not much different than adding an overload, and we do that quite > often.
True, but the change to one of the Qt Creator files would not have broken due to an overload, since there was a good context for selecting the right function. The other file would have broken anyway due to passing the PMF to a template function. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
