Skip to main content
added 66 characters in body
Source Link
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++14improvements of C++14, compared to C++11, include:

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

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

  • Predecessor: C++11
  • Successor: C++17

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

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
Overhaul and align versioned C++ tags
Source Link
Toby Speight
  • 88.3k
  • 14
  • 104
  • 327

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

  • Predecessor: C++11
  • Successor: C++17

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

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

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

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

  • Predecessor: C++11
  • Successor: C++17

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

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

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
Link
Loading