gnu.ver: Export the _S_construct<> helpers.
authorPaolo Carlini <paolo.carlini@oracle.com>
Thu, 15 Oct 2009 02:39:28 +0000 (02:39 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Thu, 15 Oct 2009 02:39:28 +0000 (02:39 +0000)
2009-10-14  Paolo Carlini  <paolo.carlini@oracle.com>

* config/abi/pre/gnu.ver: Export the _S_construct<> helpers.

From-SVN: r152796

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

index 31bbb59..8621dd0 100644 (file)
@@ -1,5 +1,9 @@
 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<>),
        append(initializer_list<>)): Forward to the append overload taking
        a const CharT* pointer and a size, thus avoiding instantiating
index bad0758..2337a5a 100644 (file)
@@ -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.