Qt wiki will be updated on October 12th 2023 starting at 11:30 AM (EEST) and the maintenance will last around 2-3 hours. During the maintenance the site will be unavailable.

Cpp17FeaturesWeReallyWant

From Qt Wiki
Jump to navigation Jump to search

What we as developers want from C++17

(The first three are already in C++14)

  • Polymorphic lambdas
  • Lambda init-captures
  • Generalized constant expressions (if-statements and loops in constexpr functions)
  • if constexpr