This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [Patch] libstdc++/21193 (string & wstring)
- From: Paolo Carlini <pcarlini at suse dot de>
- To: Jonathan Wakely <cow at compsoc dot man dot ac dot uk>
- Cc: libstdc++ <libstdc++ at gcc dot gnu dot org>
- Date: Wed, 13 Jul 2005 15:06:35 +0200
- Subject: Re: [Patch] libstdc++/21193 (string & wstring)
- References: <42D407A8.5080507@suse.de> <20050713122517.GA97361@compsoc.man.ac.uk>
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.