This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] backward_warning.h


Alfred E. Heggestad wrote:
Hi

here is a small patch aginst backward_warning.h from gcc 4.3.1
I think there is a small typo, where "hash_set" should be replaced
by "hash_map".
Thanks, applied mainline and 4_3-branch.

Paolo.

////////////////
2008-06-30  Alfred E. Heggestad  <aeh@db.org>

	* include/backward/backward_warning.h: Fix typo.
Index: include/backward/backward_warning.h
===================================================================
--- include/backward/backward_warning.h	(revision 137260)
+++ include/backward/backward_warning.h	(working copy)
@@ -1,4 +1,5 @@
-// Copyright (C) 2001, 2007 Free Software Foundation, Inc.
+// Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
+// Free Software Foundation, Inc.
 //
 // This file is part of the GNU ISO C++ Library.  This library is free
 // software; you can redistribute it and/or modify it under the
@@ -46,8 +47,8 @@
   <sstream>, basic_stringstream		<strstream>, strstream
   <unordered_set>, unordered_set     	<ext/hash_set>, hash_set
   <unordered_set>, unordered_multiset	<ext/hash_set>, hash_multiset
-  <unordered_map>, unordered_map	<ext/hash_set>, hash_map
-  <unordered_map>, unordered_multimap	<ext/hash_set>, hash_multimap
+  <unordered_map>, unordered_map	<ext/hash_map>, hash_map
+  <unordered_map>, unordered_multimap	<ext/hash_map>, hash_multimap
   <functional>, bind			<functional>, binder1st
   <functional>, bind			<functional>, binder2nd
   <functional>, bind			<functional>, bind1st

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]