Commit 63f21361 by Jonathan Wakely Committed by Jonathan Wakely

* config/abi/pre/gnu.ver: Fix version conflict for std::locale::name().

From-SVN: r219260
parent f423b58c
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.
......
......@@ -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]*;
......
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