mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 14:59:39 +02:00
* config/abi/pre/gnu.ver: Fix version conflict for std::locale::name().
From-SVN: r219260
This commit is contained in:
committed by
Jonathan Wakely
parent
f423b58c5a
commit
63f2136103
@@ -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.
|
||||
|
||||
@@ -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]*;
|
||||
|
||||
Reference in New Issue
Block a user