Skip to main content
2 of 4
C++14 is now final. Added some feature bullet points.

Some of the main improvements of C++14, compared to the previous C++11 standard, include:

  • Generic Lambdas
  • Improved template and type deduction support
  • Read-Write Mutex (shared mutex)
  • Binary Literals