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]

[patch] backward_warning.h


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".

the original file is here:

http://gcc.gnu.org/viewcvs/tags/gcc_4_3_1_release/libstdc%2B%2B-v3/include/backward/backward_warning.h?revision=136481&view=markup


the patch is here:


--- backward_warning.h.orig     2008-06-30 12:04:22.000000000 +0200
+++ backward_warning.h  2008-06-30 12:04:38.000000000 +0200
@@ -46,8 +46,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]