OSDN Git Service

2010-02-06 Paolo Carlini <paolo.carlini@oracle.com>
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 6 Feb 2010 21:30:52 +0000 (21:30 +0000)
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 6 Feb 2010 21:30:52 +0000 (21:30 +0000)
PR libstdc++/42989
* config/abi/pre/gnu.ver: Fix wstring move assignment operator typo.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@156556 138bc75d-0d04-0410-961f-82ee72b054a4

libstdc++-v3/ChangeLog
libstdc++-v3/config/abi/pre/gnu.ver

index 20dc098..863d551 100644 (file)
@@ -1,5 +1,10 @@
 2010-02-06  Paolo Carlini  <paolo.carlini@oracle.com>
 
+       PR libstdc++/42989
+       * config/abi/pre/gnu.ver: Fix wstring move assignment operator typo.
+
+2010-02-06  Paolo Carlini  <paolo.carlini@oracle.com>
+
        PR libstdc++/27340
        * include/bits/valarray_before.h: Uglify the structs wrapping
        cmath functions differently, eg, _Cos instead of __cos.
index 447b63e..04c0f7c 100644 (file)
@@ -1104,7 +1104,7 @@ GLIBCXX_3.4.14 {
     _ZNSsC1EOSs;
     _ZNSbIwSt11char_traitsIwESaIwEEC1EOS2_;
     _ZNSsaSEOSs;
-    _ZNSbIwSt11char_traitsIwESaIwEEC1EOS2_;
+    _ZNSbIwSt11char_traitsIwESaIwEEaSEOS2_;
     _ZNSs6assignEOSs;
     _ZNSbIwSt11char_traitsIwESaIwEE6assignEOS2_;