Difference between revisions of "Used C++11 features"

From KlayGE
Jump to: navigation, search
(Created page with "Starting from KlayGE 4.2, some C++11 features are introduced. Including: == C++11 Core Language Features == * Static assertions * auto-typed variables * Declared type of ...")
 
m
Line 14: Line 14:
 
* long long
 
* long long
  
== C++11 Library ==
+
== C++11 Libraries ==
 
* Array
 
* Array
 
* Chrono
 
* Chrono

Revision as of 03:32, 1 December 2013

Starting from KlayGE 4.2, some C++11 features are introduced. Including:

C++11 Core Language Features

  • Static assertions
  • auto-typed variables
  • Declared type of an expression
  • Null pointer constant
  • Strongly-typed enums
  • Range-based for

C++11 Core Language Features: Concurrency

C++11 Core Language Features: C99

  • long long

C++11 Libraries

  • Array
  • Chrono
  • Functional
  • Integer
  • Random
  • Regex
  • System
  • Thread
  • Tuple
  • Type Traits
  • Unordered

See Also

C++11 support in compilers