papers

TwitterFacebook
Get flash to fully experience Pearltrees

C++0x Compiler Support

The following table lists C++0x features and their support in popular compilers. * — 1) unicode string literals is a feature of the EDG frontend, but it is undocumented at Intel C++ compiler (/Qoption,cpp,"--uliterals" option enables it) 2) nullptr and nullptr_t supported with /Qoption,cpp,"--nullptr". ** — available in separate patch http://wiki.apache.org/stdcxx/C%2B%2B0xCompilerSupport
This file documents the use of the GNU compilers. Copyright © 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with the Invariant Sections being “GNU General Public License” and “Funding Free Software”, the Front-Cover texts being (a) (see below), and with the Back-Cover Texts being (b) (see below).

GNU GCC

http://gcc.gnu.org/onlinedocs/gcc-4.2.1/gcc/
http://gcc.gnu.org/projects/cxx0x.html

GCC C++0x Language Support

C++0x was the working name of a new ISO C++ standard, which was then released in 2011 as C++11 and introduces a host of new features into the standard C++ language and library.