* 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 e3b44e2..ebd789c 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 e680e99..7bb65e9 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]*;