This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/54249] [C++11] No ::nullptr_t in header <stddef.h>
- From: "paolo at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sat, 06 Oct 2012 22:44:23 +0000
- Subject: [Bug c++/54249] [C++11] No ::nullptr_t in header <stddef.h>
- Auto-submitted: auto-generated
- References: <bug-54249-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54249
--- Comment #13 from paolo at gcc dot gnu.org <paolo at gcc dot gnu.org> 2012-10-06 22:44:23 UTC ---
Author: paolo
Date: Sat Oct 6 22:44:12 2012
New Revision: 192173
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=192173
Log:
2012-10-06 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/54249
* ginclude/stddef.h: In C++11 mode declare nullptr_t in the global
namespace.
/testsuite
2012-10-06 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/54249
* g++.dg/cpp0x/stddef.C: New.
Added:
trunk/gcc/testsuite/g++.dg/cpp0x/stddef.C
Modified:
trunk/gcc/ChangeLog
trunk/gcc/ginclude/stddef.h
trunk/gcc/testsuite/ChangeLog