[webkit-dev] More C++11 in WebKit2!
Anders Carlsson
andersca at apple.com
Sat Apr 27 12:05:14 PDT 2013
Hello everyone,
just a friendly heads-up that I intend to land https://bugs.webkit.org/show_bug.cgi?id=115259 soon, which makes use of three more C++11 features, namely:
- Not requiring a space between right angle brackets in templates.
- Range-based for loops
- Auto.
Looks like the EFL and Qt ports need to start building as C++11! The rest of the ports are fine.
Thanks,
- Anders
More information about the webkit-dev
mailing list