diff options
author | Jonathan Wakely <redi@gcc.gnu.org> | 2011-12-31 17:04:10 +0000 |
---|---|---|
committer | Jonathan Wakely <redi@gcc.gnu.org> | 2011-12-31 17:04:10 +0000 |
commit | 553fb1c20117027fd5a352987f4773736f9f3382 (patch) | |
tree | 23de67632d77357515b24b71d4905c3ee5d47a72 | |
parent | b670ab581ef42bd3e359b5f6abf4136d3ea8d061 (diff) | |
download | gcc-553fb1c20117027fd5a352987f4773736f9f3382.zip gcc-553fb1c20117027fd5a352987f4773736f9f3382.tar.gz gcc-553fb1c20117027fd5a352987f4773736f9f3382.tar.bz2 |
Fix _Locale vs. _Local typos.
From-SVN: r182756
-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 2626e73..6d1ab92 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 |