Commit 75a631c5 by Paolo Carlini Committed by Paolo Carlini

re PR libstdc++/42989 (operator= for rvalue reference for wstring disappears in…

re PR libstdc++/42989 (operator= for rvalue reference for wstring disappears in libstdc++.so.6.0.14)

2010-02-06  Paolo Carlini  <paolo.carlini@oracle.com>

	PR libstdc++/42989
	* config/abi/pre/gnu.ver: Fix wstring move assignment operator typo.

From-SVN: r156556
parent 54f38225
2010-02-06 Paolo Carlini <paolo.carlini@oracle.com> 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 PR libstdc++/27340
* include/bits/valarray_before.h: Uglify the structs wrapping * include/bits/valarray_before.h: Uglify the structs wrapping
cmath functions differently, eg, _Cos instead of __cos. cmath functions differently, eg, _Cos instead of __cos.
......
...@@ -1104,7 +1104,7 @@ GLIBCXX_3.4.14 { ...@@ -1104,7 +1104,7 @@ GLIBCXX_3.4.14 {
_ZNSsC1EOSs; _ZNSsC1EOSs;
_ZNSbIwSt11char_traitsIwESaIwEEC1EOS2_; _ZNSbIwSt11char_traitsIwESaIwEEC1EOS2_;
_ZNSsaSEOSs; _ZNSsaSEOSs;
_ZNSbIwSt11char_traitsIwESaIwEEC1EOS2_; _ZNSbIwSt11char_traitsIwESaIwEEaSEOS2_;
_ZNSs6assignEOSs; _ZNSs6assignEOSs;
_ZNSbIwSt11char_traitsIwESaIwEE6assignEOS2_; _ZNSbIwSt11char_traitsIwESaIwEE6assignEOS2_;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment