Qt Creator 2.7.0 is now available, and includes more C++11 support including that C++11 mode is now on by default.
Qt Creator 2.7.0 Released
by Eike Ziller
C++ support in Qt Creator got even more improvements for C++11, like handling of
alignof
,alignas
and noexcept, brace initializers, and more lambda fixes. Also, if Qt Creator cannot find out if your tool chain expects C++11 or C++98/03, it defaults to C++11 now, for a better out of the box experience.
Add a Comment
Comments are closed.