Qt 5.0 Is Using More C++11 Features

Posted by Michael Larabel on June 11, 2012

The Qt 5.0 tool-kit is beginning to take greater advantage of the C++11 programming language update.

Last year I wrote that larger parts of Qt 5.0 would be written in C++11 (formerly known as C++0x; more of KDE5 Frameworks are also expected to take advantage of this latest C++ ISO update). With Qt 4.8 they began to take some use of C++11, but not a whole lot. Qt 5.0 Alpha took advantage of more C++11 and the usage of this latest language specification is only increasing.

In a new blog posting are details about the C++11 usage within Qt 5.0. Among the C++11 features being taken advantage of for Qt 5.0 include lambda expressions for slots, UTF-16 unicode literals, the constexpr keyword, static_assert, virtual function overriding, final attribute, and deleted functions/members.

GCC has been improving with its C++11 language support (especially with GCC 4.7) while LLVM/Clang also does better C11 and C++11 support. KDevelop also has basic C++11 support when it comes to an open-source IDE.

Discuss this article in our forums, IRC channel, or email the author. You can also follow our content via RSS and on social networks like Facebook, Identi.ca, and Twitter (@Phoronix and @MichaelLarabel). Subscribe to Phoronix Premium to view our content without advertisements, view entire articles on a single page, and experience other benefits.
  1. Computers
  2. Display Drivers
  3. Graphics Cards
  4. Motherboards
  5. Peripherals
  6. Processors
  7. Software
  8. Operating Systems
  9. All Articles
  1. Linux Benchmarking
  2. OpenBenchmarking.org
  3. Phoronix Test Suite