[Development] Proposal: Deprecating platforms in Qt 5.6 that don't support lambda
Daniel Teske
Daniel.Teske at theqtcompany.com
Fri Feb 20 11:53:08 CET 2015
On Friday 20 Feb 2015 00:17:00 Mathias Hasselmann wrote:
> >>> [...]
> >> [...]
> > [...]
> [...]
I guess my point that the ranged based for loop and qt containers don't mix
too well is now very much proven by the depth of this particular discussion.
The upcoming Ranges TS has also uses std::begin and std::end. That means that
qt containers will require special care to use with that TS.
That is Qt is in danger of being hard to use with modern C++ in this area.
My point is, if we don't use C++11 ourselves we won't find out in which areas
Qt and modern C++ don't mix, and we won't fix them. We will be stuck being a
C++98 toolkit that is slowly getting obsolete.
daniel
More information about the Development
mailing list