Review Request 113258: Fix compilation with C++11 enabled.
Volker Krause
vkrause at kde.org
Tue Oct 15 18:43:56 UTC 2013
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/113258/
-----------------------------------------------------------
Review request for KDE Frameworks.
Repository: kdelibs
Description
-------
Fix compilation with C++11 enabled.
QStringLiteral expands to code containing a lambda with C++11 support
enabled, which then ends up in a typeof expression as part of the
Q_FOREACH macro, which must not contain lambdas (similar to decltype
and some other template stuff).
Diffs
-----
kded/vfolder_menu.cpp 3f7cf790bc1dd06339b67237c716fe943f6a369e
tier1/kconfig/src/kconf_update/kconf_update.cpp 41923888690671d9dfd6bafc0341284796c13088
tier3/kinit/src/klauncher/autostart.cpp e0f2c74f4b935994e5d3422d8abdfa1bd955d418
tier4/kcmutils/src/ksettings/dialog.cpp 376075541c74f56ceeeb3b640cd9b791b04d32ad
Diff: http://git.reviewboard.kde.org/r/113258/diff/
Testing
-------
Thanks,
Volker Krause
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20131015/2985e6cb/attachment.html>
More information about the Kde-frameworks-devel
mailing list