diff options
author | redi <redi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-12-31 17:04:10 +0000 |
---|---|---|
committer | redi <redi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-12-31 17:04:10 +0000 |
commit | 253523cad129a5f35a564eb3ca7ecba4a919d0db (patch) | |
tree | 23de67632d77357515b24b71d4905c3ee5d47a72 /libstdc++-v3 | |
parent | cf96e0da9c0868747468e65f8a16ed82d3551b55 (diff) | |
download | gcc-253523cad129a5f35a564eb3ca7ecba4a919d0db.tar.gz |
Fix _Locale vs. _Local typos.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@182756 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3')
-rw-r--r-- | libstdc++-v3/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 2626e73fddf..6d1ab92f88c 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -27,7 +27,7 @@ (_Hash_code_base): Use _Ebo_helper to limit memory footprint. Move _Equal functor management... (_Hashtable_base): ...here, new, use _Equal_helper. - (_Local_iterator_base<>, _Locale_iterator<>, _Locale_const_iterator<>): + (_Local_iterator_base<>, _Local_iterator<>, _Local_const_iterator<>): New, use _Hash_code_base, implementation of... * include/bits/hashtable.h (_Hashtable<>::local_iterator, _Hashtable<>::const_local_iterator): ...those. Add static assertions |