]> gcc.gnu.org Git - gcc.git/commitdiff
backward_warning.h: Fix typo.
authorAlfred E. Heggestad <aeh@db.org>
Mon, 30 Jun 2008 10:48:48 +0000 (10:48 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Mon, 30 Jun 2008 10:48:48 +0000 (10:48 +0000)
2008-06-30  Alfred E. Heggestad  <aeh@db.org>

* include/backward/backward_warning.h: Fix typo.

From-SVN: r137269

libstdc++-v3/ChangeLog
libstdc++-v3/include/backward/backward_warning.h

index e1d798e0e1f7bc624c4270c3140e3f79a9d9550f..42a56a22a93edac25ee1f48dea08c4e9fc09da92 100644 (file)
@@ -1,3 +1,7 @@
+2008-06-30  Alfred E. Heggestad  <aeh@db.org>
+
+       * include/backward/backward_warning.h: Fix typo.
+       
 2008-06-29  Paolo Carlini  <paolo.carlini@oracle.com>
 
        * src/string_conversions.cc: Remove.
index bf8ca86a457506366f16be54ce9835965091ccfe..6502eb9a9245d89491a43da6da8c262e2ea58354 100644 (file)
@@ -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
This page took 0.080649 seconds and 5 git commands to generate.