diff options
author | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-06-30 10:48:48 +0000 |
---|---|---|
committer | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-06-30 10:48:48 +0000 |
commit | c7f06018ece8b5272fd728bf230313cde62ebd0a (patch) | |
tree | 1fe2a1a04ef42cf99c0218a6224e921671a154f6 /libstdc++-v3 | |
parent | 2cc68b65648f41676ab23f30863085cb7746273c (diff) | |
download | gcc-c7f06018ece8b5272fd728bf230313cde62ebd0a.tar.gz |
2008-06-30 Alfred E. Heggestad <aeh@db.org>
* include/backward/backward_warning.h: Fix typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@137269 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3')
-rw-r--r-- | libstdc++-v3/ChangeLog | 4 | ||||
-rw-r--r-- | libstdc++-v3/include/backward/backward_warning.h | 7 |
2 files changed, 8 insertions, 3 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index e1d798e0e1f..42a56a22a93 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -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. diff --git a/libstdc++-v3/include/backward/backward_warning.h b/libstdc++-v3/include/backward/backward_warning.h index bf8ca86a457..6502eb9a924 100644 --- a/libstdc++-v3/include/backward/backward_warning.h +++ b/libstdc++-v3/include/backward/backward_warning.h @@ -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 |