[C++0x] nullptr

Jason Merrill jason@redhat.com
Fri May 7 13:54:00 GMT 2010


On 05/07/2010 06:20 AM, Paolo Carlini wrote:
> Hi,
>> Applying this patch.
> great, thanks.
>
> Did you also ponder my observation about nullptr20.C? I don't think you
> can assume snprintf to be always available in<cstdio>, it's a C99
> function, after all.

Yep.  Changed it to use sprintf.

Jason



More information about the Gcc-patches mailing list