Changes between Version 1 and Version 2 of C++11Support


Ignore:
Timestamp:
06/12/13 00:34:59 (12 years ago)
Author:
epyon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • C++11Support

    v1 v2  
    11Based on [http://wiki.apache.org/stdcxx/C%2B%2B0xCompilerSupport Apache C++0x Compiler Support]
     2
     3Current minimum supported compilers:
     4
     5* MSVC - 11.0 (2012)
     6* GCC - 4.6
     7* LLVM/Clang - 3.2
    28
    39||= C++11 Feature         =||= GCC =||= MSVC  =||= Clang =||= Nova  =||
     
    3238|| Strongly typed enums    ||  4.4  ||  11.0   ||  2.9    ||  Yes    ||
    3339|| 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 ||
    3541|| Unrestricted unions     ||  4.6  ||         ||  3.0    ||  No     ||
    3642|| Built-in Type Traits    ||  4.3  ||  8.0    ||  3.0    ||  Yes    ||
     
    4248|| Non-static member init  ||  4.7  ||         ||  3.0    ||  No     ||
    4349|| Magic statics           ||  4.3  ||         ||  2.9    ||  No     ||
    44 
    45 
    46 
     50|||||||||| * - might change in future (GCC 4.8/MSVC 2013) ||
     51|||||||||| ! - partial support ||