This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]