Skip to main content
4 of 4
added 66 characters in body
G. Sliepen
  • 69.3k
  • 3
  • 75
  • 180

Use this tag for code that is to be compiled as C++14, published as ISO/IEC 14882:2011 in December 2014.

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

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