diff options
author | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-12-02 15:07:32 +0000 |
---|---|---|
committer | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-12-02 15:07:32 +0000 |
commit | 30100706d7d69392179fc26fa6bd184bedea9c2b (patch) | |
tree | ab95b2b3977f12fbe323ab1a6ece3977a4ecc286 /libstdc++-v3 | |
parent | 82800acbe0cea2d1c4bbe82f0c91d9449945f6c4 (diff) | |
download | gcc-30100706d7d69392179fc26fa6bd184bedea9c2b.tar.gz |
2008-12-02 Paolo Carlini <paolo.carlini@oracle.com>
* Tweak last ChangeLog entry.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@142359 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3')
-rw-r--r-- | libstdc++-v3/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 25857cbfa10..e7a587d8741 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -3,8 +3,8 @@ PR libstdc++/38365 (cont) * src/localename.cc (locale::locale(const locale&, const locale&, category)): Revert last changes. - * src/localename.cc (locale::_Impl::_M_replace_categories(const - _Impl*, category)): Fix here instead; rework. + (locale::_Impl::_M_replace_categories(const _Impl*, category)): + Fix here instead; rework. 2008-12-02 Paolo Carlini <paolo.carlini@oracle.com> |