This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [C++0x] nullptr
On 05/04/2010 01:47 AM, Jonathan Wakely wrote:
> Another issue is how we ensure ::nullptr_t is declared in <stddef.h>
> but maybe that will need libc help.
>
I'm looking again at 18.2 - I had a look this morning - and I don't
think it must be provided in the global namespace too...
Anyway, about stddef.h, for many targets, among which linux, Gcc
installs it, thus we *do* have control (I really noticed that a few
months ago). That opens up some interesting possibilities, which we
should explore further...
Paolo.