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)


Jonathan Wakely wrote:

>On Tue, Jul 12, 2005 at 08:10:48PM +0200, Paolo Carlini wrote:
>
>>he 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 ?
>  
>
Thanks for the suggestion: unfortunately, doesn't seem to work for LL
integer constants :( I'm not sure whether this is a bug or intended
behavior... Will return to that asap.

Paolo.


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