>

C++ 14

1. New language features
  • function return type deduction
  • alternate tuype deduction on declaration
  • relaxed constexpr restriction
  • variable template
  • aggregate member initialization
  • binary literals
  • digit separators
  • generic lambdas
  • lambda capture expressions
  • the attribute [[deprecated]]
2. New standard library features
  • shared mutexes and locking
  • reader-writer locks
  • heterogeneous lookup in associative containers
  • standard user-defined literals
  • tuple addressing via type
  • smaller library features (make_unique, integral_constant, is_permutation)