C++14 for Qt programmers -- Olivier Goffart
For those who know how to pronounce Qt, note that this title is not intended as a beauty judgment:
C++14 for Qt programmers
by Olivier Goffart
From the article:
C++14 is the name of the version of the standard to be released this year. While C++11 has brought many more feature that took time to be implemented by the compilers, C++14 is a much lighter change that is already implemented by compilers such as clang or gcc.
Qt 5 already was adapted in many ways so you can make use of the new features of C++11. You can read about that in my previous article. C++11 in Qt5. This article mention some of the changes in C++14 and the impact on Qt users...