Return-Path: X-Original-To: apmail-stdcxx-commits-archive@www.apache.org Delivered-To: apmail-stdcxx-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BC19E9C27 for ; Tue, 10 Jan 2012 00:48:14 +0000 (UTC) Received: (qmail 12935 invoked by uid 500); 10 Jan 2012 00:48:14 -0000 Delivered-To: apmail-stdcxx-commits-archive@stdcxx.apache.org Received: (qmail 12896 invoked by uid 500); 10 Jan 2012 00:48:14 -0000 Mailing-List: contact commits-help@stdcxx.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@stdcxx.apache.org Delivered-To: mailing list commits@stdcxx.apache.org Received: (qmail 12888 invoked by uid 99); 10 Jan 2012 00:48:14 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Jan 2012 00:48:14 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_FRT_LITTLE X-Spam-Check-By: apache.org Received: from [140.211.11.131] (HELO eos.apache.org) (140.211.11.131) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Jan 2012 00:48:11 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 1DE8D1C9; Tue, 10 Jan 2012 00:47:50 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki To: Apache Wiki Date: Tue, 10 Jan 2012 00:47:50 -0000 Message-ID: <20120110004750.24951.50916@eos.apache.org> Subject: =?utf-8?q?=5BStdcxx_Wiki=5D_Update_of_=22C++0xCompilerSupport=22_by_Miles?= =?utf-8?q?_Bader?= Auto-Submitted: auto-generated X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Stdcxx Wiki" for ch= ange notification. The "C++0xCompilerSupport" page has been changed by Miles Bader: http://wiki.apache.org/stdcxx/C%2B%2B0xCompilerSupport?action=3Ddiff&rev1= =3D87&rev2=3D88 Comment: clang++ trunk (3.1) _does_ support non-trivial use of constexpr (e.g. "cons= texpr int factorial(int i) { return ...; }... int test (int i) { switch (i)= { case factorial(9): ...; } }") - The following table lists C++0x features and their support in popular com= pilers. + twoThe following table lists C++0x features and their support in popular = compilers. - ||||||||||||||||||||||||Status= Of C++ 0x Language Features in Compilers || + ||||||||||||||||||||||||Statu= s Of C++ 0x Language Features in Compilers || - ||C+= + 0x FEATURE ||<12%>PAPER(S) ||HP aCC ||EDG eccp ||[[http://gcc.gnu.org/pro= jects/cxx0x.html|GCC]] ||[[http://software.intel.com/en-us/articles/c0x-fea= tures-supported-by-intel-c-compiler/|Intel C++]] ||[[http://blogs.msdn.com/= b/vcblog/archive/2011/09/12/10209291.aspx|MSVC]] ||[[http://www.ibm.com/sof= tware/awdtools/xlcpp/aix/features/?S_CMP=3Drnav|IBM XLC++]] ||Sun/ Oracle C= ++ ||C++ Builder 2009/10 ||Digital Mars C++ ||[[http://clang.llvm.org/cxx_s= tatus.html|Clang]] || + ||C= ++ 0x FEATURE ||<12%>PAPER(S) ||HP aCC ||EDG eccp ||[[http://gcc.gnu.org/pr= ojects/cxx0x.html|GCC]] ||[[http://software.intel.com/en-us/articles/c0x-fe= atures-supported-by-intel-c-compiler/|Intel C++]] ||[[http://blogs.msdn.com= /b/vcblog/archive/2011/09/12/10209291.aspx|MSVC]] ||[[http://www.ibm.com/so= ftware/awdtools/xlcpp/aix/features/?S_CMP=3Drnav|IBM XLC++]] ||Sun/ Oracle = C++ ||C++ Builder 2009/10 ||Digital Mars C++ ||[[http://clang.llvm.org/cxx_= status.html|Clang]] || ||`alignas` ||[[http://www.open-std.org/jtc1/= sc22/wg21/docs/papers/2007/n2341.pdf|N2341]] || || || || || || || || || ||3= .0 || ||`alignof` ||[[http://www.open-std.org/jtc1/= sc22/wg21/docs/papers/2007/n2341.pdf|N2341]] || || ||4.5 || || || || ||Yes = || ||2.9 || ||`auto` ||v0.9: [[http://www.open-std.org/jt= c1/sc22/wg21/docs/papers/2006/n1984.pdf|N1984]], v1.0: [[http://www.open-st= d.org/jtc1/sc22/wg21/docs/papers/2008/n2546.htm|N2546]] || ||4.1(v0.9) ||4.= 4(v1.0) ||11.0(v0.9) ||10.0(v0.9) ||11.1 (V1.0) || || || ||Yes || ||C99 preprocessor ||[[http://www.open-std.or= g/jtc1/sc22/wg21/docs/papers/2004/n1653.htm|N1653]] || || ||4.3 ||11.1 || |= |10.1 ||5.9 || ||Yes ||Yes || ||''Concepts ^[remove= d]^'' ||[[http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2617.pdf= |N2617]] || || ||ConceptGcc ||<
> || || || || || || || - ||`constexpr` ||[[http://www.open-std.org/jtc= 1/sc22/wg21/docs/papers/2007/n2235.pdf|N2235]] || || ||4.6 ||<
> || || |= | || || || || + ||`constexpr` ||[[http://www.open-std.org/jtc= 1/sc22/wg21/docs/papers/2007/n2235.pdf|N2235]] || || ||4.6 ||<
> || || |= | || || ||3.1|| ||`decltype` ||v1.0: [[http://www.open-std.or= g/jtc1/sc22/wg21/docs/papers/2007/n2343.pdf|N2343]], v1.1: [[http://www.ope= n-std.org/jtc1/sc22/wg21/docs/papers/2011/n3276.pdf|N3276]] || ||4.1(v1.0) = ||4.3(v1.0) ||11.0(v1.0) ||10.0(v1.0), 11.0(v1.1) ||11.1 (V1.0) || ||Yes ||= ||2.9 || ||Defaulted And Deleted Functions ||[[http://= www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2346.htm|N2346]] || ||4.1= ||4.4 ||12.0 || || || || || ||3.0 || ||Delegating Constructors ||[[http://www.open= -std.org/jtc1/sc22/wg21/docs/papers/2006/n1986.pdf|N1986]] || || ||4.7 ||<<= BR>> || ||11.1 || || || ||3.0 ||