From 553fb1c20117027fd5a352987f4773736f9f3382 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Sat, 31 Dec 2011 17:04:10 +0000 Subject: [PATCH] Fix _Locale vs. _Local typos. From-SVN: r182756 --- libstdc++-v3/ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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