[patch] New std::string implementation

Jonathan Wakely jwakely@redhat.com
Tue Jan 6 13:13:00 GMT 2015


On 06/01/15 13:29 +0100, Rainer Orth wrote:
>Jonathan Wakely <jwakely@redhat.com> writes:
>
>> Drat, I even tried to avoid that conflict, but apparently I thought
>> the letter that comes after 'n' is 'n'!
>>
>> Does this fix it?
>>
>> --- a/libstdc++-v3/config/abi/pre/gnu.ver
>> +++ b/libstdc++-v3/config/abi/pre/gnu.ver
>> @@ -118,7 +118,7 @@ GLIBCXX_3.4 {
>> #     std::locale::name();
>>       std::locale::none*;
>>       std::locale::numeric*;
>> -      std::locale::[A-Zn-z]*;
>> +      std::locale::[A-Zo-z]*;
>>       std::locale::_[A-Ha-z]*;
>>       std::locale::_Impl::[A-Za-z]*;
>> #     std::locale::_Impl::_M_[A-Za-z]*;
>
>it does indeed.

Thanks for checking it. Tested x86_64-linux and committed to trunk.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: patch.txt
Type: text/x-patch
Size: 703 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20150106/bc93a551/attachment.bin>


More information about the Gcc-patches mailing list