[Patch] libstdc++/21193 (string & wstring)

Jonathan Wakely cow@compsoc.man.ac.uk
Wed Jul 13 12:38:00 GMT 2005


On Tue, Jul 12, 2005 at 08:10:48PM +0200, Paolo Carlini wrote:

> the below is what I have for string & wstring. The most important
> weakness I can see, at the moment, is that the patch is not -pedantic
> safe, due to the LL constants: however, the problem seems not so serious

Can you avoid that problem using __extension__ attributes ?

jon



More information about the Libstdc++ mailing list