Changes between Version 1 and Version 2 of C++11Support
- Timestamp:
- 06/12/13 00:34:59 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
C++11Support
v1 v2 1 1 Based on [http://wiki.apache.org/stdcxx/C%2B%2B0xCompilerSupport Apache C++0x Compiler Support] 2 3 Current minimum supported compilers: 4 5 * MSVC - 11.0 (2012) 6 * GCC - 4.6 7 * LLVM/Clang - 3.2 2 8 3 9 ||= C++11 Feature =||= GCC =||= MSVC =||= Clang =||= Nova =|| … … 32 38 || Strongly typed enums || 4.4 || 11.0 || 2.9 || Yes || 33 39 || Template aliases || 4.7 || || 3.0 || No || 34 || Thread-Local Storage || 4.4 ** || 10.0** || 2.9**|| Partial ||40 || Thread-Local Storage || 4.4! || 10.0! || 2.9! || Partial || 35 41 || Unrestricted unions || 4.6 || || 3.0 || No || 36 42 || Built-in Type Traits || 4.3 || 8.0 || 3.0 || Yes || … … 42 48 || Non-static member init || 4.7 || || 3.0 || No || 43 49 || Magic statics || 4.3 || || 2.9 || No || 44 45 46 50 |||||||||| * - might change in future (GCC 4.8/MSVC 2013) || 51 |||||||||| ! - partial support ||