* config/abi/pre/gnu.ver: Fix version conflict for std::locale::name().
authorJonathan Wakely <jwakely@redhat.com>
Tue, 6 Jan 2015 13:13:36 +0000 (13:13 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Tue, 6 Jan 2015 13:13:36 +0000 (13:13 +0000)
From-SVN: r219260

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

index e3b44e2529dfa29f91b24129667c065a319fd4a0..ebd789c219d88f877f2aab523f427f872eac2d0c 100644 (file)
@@ -1,3 +1,7 @@
+2015-01-06  Jonathan Wakely  <jwakely@redhat.com>
+
+       * config/abi/pre/gnu.ver: Fix version conflict for std::locale::name().
+
 2015-01-05  Jakub Jelinek  <jakub@redhat.com>
 
        Update copyright years.
index e680e99b2d01459b04e26dbe00184cff575018e1..7bb65e950d16974ab35923c6cfa6c4680f5d0d9b 100644 (file)
@@ -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]*;