Cpp17FeaturesWeReallyWant

From Qt Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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