On Saturday 21 February 2015 10:46:41 Sebastian Lehmann wrote: > Its implementation follows straight out of how Q_FOREACH is implemented, > just adding another for-loop. I only implemented the GCC version back > then, though.
Hi Sebastian I "upgraded" Q_FOREACH for 5.4 to make it more readable and optimisable. You may want to take a look at the new version. Mostly because it broke yours, as I removed QForeachContainer::brk. -- 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
