mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-12-15 06:54:05 +08:00
gnu.ver: Export the _S_construct<> helpers.
2009-10-14 Paolo Carlini <paolo.carlini@oracle.com> * config/abi/pre/gnu.ver: Export the _S_construct<> helpers. From-SVN: r152796
This commit is contained in:
parent
186746591a
commit
7fee263aa4
@ -1,3 +1,7 @@
|
||||
2009-10-14 Paolo Carlini <paolo.carlini@oracle.com>
|
||||
|
||||
* config/abi/pre/gnu.ver: Export the _S_construct<> helpers.
|
||||
|
||||
2009-10-14 Paolo Carlini <paolo.carlini@oracle.com>
|
||||
|
||||
* include/bits/basic_string.h (operator+=(initializer_list<>),
|
||||
|
@ -1039,6 +1039,10 @@ GLIBCXX_3.4.14 {
|
||||
_ZNKSbIwSt11char_traitsIwESaIwEE7crbeginEv;
|
||||
_ZNKSbIwSt11char_traitsIwESaIwEE5crendEv;
|
||||
|
||||
# string|wstring ::_S_construct<> helpers
|
||||
_ZNSs12_S_constructI*;
|
||||
_ZNSbIwSt11char_traitsIwESaIwEE12_S_constructI*;
|
||||
|
||||
} GLIBCXX_3.4.13;
|
||||
|
||||
# Symbols in the support library (libsupc++) have their own tag.
|
||||
|
Loading…
Reference in New Issue
Block a user