Difference between revisions of "C++11 support in compilers"
From KlayGE
Gongminmin (Talk | contribs) |
Gongminmin (Talk | contribs) |
||
(3 intermediate revisions by one user not shown) | |||
Line 106: | Line 106: | ||
| Atomic operations || [http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2427.html N2427] || {{Yes}}11.0 || {{Yes}}4.4 || {{Yes}}13.0 || {{Yes}}3.1 || Boost.Atomic | | Atomic operations || [http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2427.html N2427] || {{Yes}}11.0 || {{Yes}}4.4 || {{Yes}}13.0 || {{Yes}}3.1 || Boost.Atomic | ||
|- | |- | ||
− | | Strong Compare and Exchange || [http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2748.html N2748] || {{Yes}}11.0 || {{Yes}}4.8 || {{Yes}}13.0 || {{Yes}}3.1 || | + | | Strong Compare and Exchange || [http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2748.html N2748] || {{Yes}}11.0 || {{Yes}}4.8 || {{Yes}}13.0 || {{Yes}}3.1 || Boost.Atomic |
|- | |- | ||
− | | Bidirectional Fences || [http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2752.htm N2752] || {{Yes}}11.0 || {{Yes}}4.8 || {{Yes}}13.0 || {{Yes}}3.1 || | + | | Bidirectional Fences || [http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2752.htm N2752] || {{Yes}}11.0 || {{Yes}}4.8 || {{Yes}}13.0 || {{Yes}}3.1 || Boost.Atomic |
|- | |- | ||
− | | Memory model || [http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2429.htm N2429] || {{Yes}}12.0 || {{Yes}}4.8 || {{No}}No || {{Yes}}3.2 || | + | | Memory model || [http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2429.htm N2429] || {{Yes}}12.0 || {{Yes}}4.8 || {{No}}No || {{Yes}}3.2 || Boost.Atomic |
|- | |- | ||
− | | Data-dependency ordering: atomics and memory model || [http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2664.htm N2664] || {{Yes}}11.0 || {{Yes}}4.8 || {{No}}No || {{Yes}}3.2 || | + | | Data-dependency ordering: atomics and memory model || [http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2664.htm N2664] || {{Yes}}11.0 || {{Yes}}4.8 || {{No}}No || {{Yes}}3.2 || Boost.Atomic |
|- | |- | ||
| Propagating exceptions || [http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2179.html N2179] || {{Yes}}10.0 || {{Yes}}4.4 || {{Yes}}12.0 || {{Yes}}2.9 || Boost.Exception | | Propagating exceptions || [http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2179.html N2179] || {{Yes}}10.0 || {{Yes}}4.4 || {{Yes}}12.0 || {{Yes}}2.9 || Boost.Exception | ||
Line 136: | Line 136: | ||
| long long || [http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1811.pdf N1811] || {{Yes}}9.0 || {{Yes}}4.3 || {{Yes}}11.1 || {{Yes}}2.9 || __int64 | | long long || [http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1811.pdf N1811] || {{Yes}}9.0 || {{Yes}}4.3 || {{Yes}}11.1 || {{Yes}}2.9 || __int64 | ||
|- | |- | ||
− | | Extended integral types || [http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n1988.pdf N1988] || {{No}}No || {{ | + | | Extended integral types || [http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n1988.pdf N1988] || {{No}}No || {{No}}No || {{No}}No || {{No}}No || |
|} | |} | ||
Line 143: | Line 143: | ||
[[C++14 support in compilers]] | [[C++14 support in compilers]] | ||
+ | |||
+ | [[C++17 support in compilers]] | ||
== References == | == References == | ||
Line 149: | Line 151: | ||
*[http://blogs.msdn.com/b/vcblog/archive/2013/11/18/announcing-the-visual-c-compiler-november-2013-ctp.aspx Announcing the Visual C++ Compiler November 2013 CTP] | *[http://blogs.msdn.com/b/vcblog/archive/2013/11/18/announcing-the-visual-c-compiler-november-2013-ctp.aspx Announcing the Visual C++ Compiler November 2013 CTP] | ||
*[http://blogs.msdn.com/b/vcblog/archive/2014/06/11/c-11-14-feature-tables-for-visual-studio-14-ctp1.aspx C++11/14 Feature Tables For Visual Studio 14 CTP1] | *[http://blogs.msdn.com/b/vcblog/archive/2014/06/11/c-11-14-feature-tables-for-visual-studio-14-ctp1.aspx C++11/14 Feature Tables For Visual Studio 14 CTP1] | ||
+ | *[https://msdn.microsoft.com/en-us/library/hh567368%28v=vs.110%29.aspx C++11 Features (Modern C++)] | ||
*[http://gcc.gnu.org/projects/cxx0x.html C++0x/C++11 Support in GCC] | *[http://gcc.gnu.org/projects/cxx0x.html C++0x/C++11 Support in GCC] | ||
*[http://software.intel.com/en-us/articles/c0x-features-supported-by-intel-c-compiler/ C++11 Features Supported by Intel® C++ Compiler] | *[http://software.intel.com/en-us/articles/c0x-features-supported-by-intel-c-compiler/ C++11 Features Supported by Intel® C++ Compiler] |
Latest revision as of 14:50, 12 July 2015
Contents
C++11 Core Language Features
Language Feature | Proposal | MSVC | GCC | ICC | Clang | Alternative |
---|---|---|---|---|---|---|
Rvalue references | N2118 | 10.0 | 4.3 | 12.0 | 2.9 | Boost.Move |
Rvalue references for *this | N2439 | Nov 13 | 4.8.1 | 14.0 | 2.9 | |
Initialization of class objects by rvalues | N1610 | 9.0 | 4.3 | 11.1 | 2.9 | |
Non-static data member initializers | N2756 | 12.0 | 4.7 | 14.0 | 3.0 | |
Variadic templates | N2242 | Nov 12 | 4.3 | 12.1 | 2.9 | |
Extending variadic template template parameters | N2555 | Nov 12 | 4.4 | 12.1 | 2.9 | |
Initializer lists | N2672 | Nov 12 | 4.4 | 14.0 | 3.1 | |
Static assertions | N1720 | 10.0 | 4.3 | 11.1 | 2.9 | Boost.StaticAssert |
auto-typed variables | N1984 | 10.0 | 4.4 | 12.0 | 2.9 | Boost.Typeof |
Multi-declarator auto | N1737 | 10.0 | 4.4 | 12.0 | 2.9 | Boost.Typeof |
Removal of auto as a storage-class specifier | N2546 | 10.0 | 4.4 | 12.0 | 2.9 | Boost.Typeof |
New function declarator syntax | N2541 | 10.0 | 4.4 | 12.0 | 2.9 | Boost.ReturnType |
New wording for C++11 lambdas | N2927 | 10.0 | 4.5 | 12.0 | 3.1 | Boost.Lambda |
Declared type of an expression | N2343 | 10.0 | 4.3 | 12.0 | 2.9 | Boost.Typeof |
Incomplete return types | N3276 | 11.0 | 4.8.1 | 12.1 | 3.1 | |
Right angle brackets | N1757 | 9.0 | 4.3 | 11.1 | 2.9 | TR1 |
Default template arguments for function templates | DR226 | Nov 12 | 4.3 | 12.1 | 2.9 | |
Solving the SFINAE problem for expressions | DR339 | No | 4.4 | 12.1 | 2.9 | |
Template aliases | N2258 | 12.0 | 4.7 | 12.1 | 3.0 | |
Extern templates | N1987 | 9.0 | 4.3 | 11.1 | 2.9 | |
Null pointer constant | N2431 | 10.0 | 4.6 | 12.1 | 3.0 | Self-implemented null_ptr |
Strongly-typed enums | N2347 | 11.0 | 4.4 | 14.0 | 2.9 | #define |
Forward declarations for enums | N2764 | 11.0 | 4.6 | 14.0 | 3.1 | |
Generalized attributes | N2761 | 14.0 | 4.8 | 12.1 | 3.3 | |
Generalized constant expressions | N2235 | Nov 13 | 4.6 | 14.0 | 3.1 | |
Alignment support | N2341 | Nov 13 | 4.8 | No | 3.3 | |
Delegating constructors | N1986 | Nov 12 | 4.7 | 14.0 | 3.0 | |
Inheriting constructors | N2540 | Nov 13 | 4.8 | 15.0 | 3.3 | |
Explicit conversion operators | N2437 | Nov 12 | 4.5 | 14.0 | 3.0 | |
New character types | N2249 | 14.0 | 4.4 | 14.0 | 2.9 | |
Unicode string literals | N2442 | 14.0 | 4.5 | 14.0 | 3.0 | |
Raw string literals | N2442 | Nov 12 | 4.5 | 14.0 | 3.0 | |
Universal character name literals | N2170 | 14.0 | 4.5 | 12.1 | 3.1 | |
User-defined literals | N2765 | VS14 CTP1 | 4.7 | 15.0 | 3.1 | |
Standard Layout Types | N2342 | 11.0 | 4.5 | No | 3.0 | |
Defaulted and deleted functions | N2346 | 12.0 | 4.4 | 12.0 | 3.0 | |
Extended friend declarations | N1791 | 10.0 | 4.7 | 12.0 | 2.9 | |
Extending sizeof | N2253 | Nov 13 | 4.4 | 14.0 | 3.1 | |
Inline namespaces | N2535 | 14.0 | 4.4 | 14.0 | 2.9 | |
Unrestricted unions | N2544 | 14.0 | 4.6 | 14.0 | 3.1 | |
Local and unnamed types as template arguments | N2657 | 9.0 | 4.5 | 12.0 | 2.9 | |
Range-based for | N2930 | 11.0 | 4.6 | 13.0 | 3.0 | Boost.Foreach |
Explicit virtual overrides | N2928 | 11.0 | 4.7 | 14.0 | 3.0 | #define |
Minimal support for garbage collection and reachability-based leak detection | N2670 | 10.0 | No | No | No | |
Allowing move constructors to throw [noexcept] | N3050 | Nov 13 | 4.6 | 14.0 | 3.0 | |
Defining move special member functions | N3053 | 14.0 | 4.6 | 14.0 | 3.0 |
C++11 Core Language Features: Concurrency
Language Feature | Proposal | MSVC | GCC | ICC | Clang | Alternative |
---|---|---|---|---|---|---|
Sequence points | N2239 | 12.0 | 4.8 | 15.0 | 3.3 | |
Atomic operations | N2427 | 11.0 | 4.4 | 13.0 | 3.1 | Boost.Atomic |
Strong Compare and Exchange | N2748 | 11.0 | 4.8 | 13.0 | 3.1 | Boost.Atomic |
Bidirectional Fences | N2752 | 11.0 | 4.8 | 13.0 | 3.1 | Boost.Atomic |
Memory model | N2429 | 12.0 | 4.8 | No | 3.2 | Boost.Atomic |
Data-dependency ordering: atomics and memory model | N2664 | 11.0 | 4.8 | No | 3.2 | Boost.Atomic |
Propagating exceptions | N2179 | 10.0 | 4.4 | 12.0 | 2.9 | Boost.Exception |
Abandoning a process and at_quick_exit | N2440 | 14.0 | 4.8 | No | No | |
Allow atomics use in signal handlers | N2547 | 12.0 | 4.8 | No | 3.1 | |
Thread-local storage | N2659 | 14.0 | 4.8 | No | 3.3 | Boost.Thread |
Dynamic initialization and destruction with concurrency | N2660 | Nov 13 | 4.8 | No | 2.9 |
C++11 Core Language Features: C99
Language Feature | Proposal | MSVC | GCC | ICC | Clang | Alternative |
---|---|---|---|---|---|---|
__func__ predefined identifier | N2340 | Nov 13 | 4.3 | 11.1 | 2.9 | __FUNCTION__ |
C99 preprocessor | N1653 | No | 4.3 | 11.1 | 2.9 | |
long long | N1811 | 9.0 | 4.3 | 11.1 | 2.9 | __int64 |
Extended integral types | N1988 | No | No | No | No |
See Also
References
- C++11 Features in Visual C++ 11
- C++11/14 STL Features, Fixes, And Breaking Changes In VS 2013
- Announcing the Visual C++ Compiler November 2013 CTP
- C++11/14 Feature Tables For Visual Studio 14 CTP1
- C++11 Features (Modern C++)
- C++0x/C++11 Support in GCC
- C++11 Features Supported by Intel® C++ Compiler
- C++98, C++11, and C++14 Support in Clang