Cpp17FeaturesWeReallyWant

From Qt Wiki
Revision as of 10:05, 20 November 2019 by Ville Voutilainen (talk | contribs) (Created page with "== What we as developers want from C++17 == * Polymorphic lambdas * Lambda init-captures * Generalized constant expressions (if-statements and loops in constexpr functions) *...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

What we as developers want from C++17

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