diff options
author | Alfred E. Heggestad <aeh@db.org> | 2008-06-30 10:48:48 +0000 |
---|---|---|
committer | Paolo Carlini <paolo@gcc.gnu.org> | 2008-06-30 10:48:48 +0000 |
commit | e3ec709716f079379652de4b2a5e2c014089aca9 (patch) | |
tree | 1fe2a1a04ef42cf99c0218a6224e921671a154f6 /libstdc++-v3/include/backward | |
parent | 65d9230fb3dc671f2398bc4a0d573429922f670c (diff) | |
download | gcc-e3ec709716f079379652de4b2a5e2c014089aca9.tar.gz |
backward_warning.h: Fix typo.
2008-06-30 Alfred E. Heggestad <aeh@db.org>
* include/backward/backward_warning.h: Fix typo.
From-SVN: r137269
Diffstat (limited to 'libstdc++-v3/include/backward')
-rw-r--r-- | libstdc++-v3/include/backward/backward_warning.h | 7 |
1 files changed, 4 insertions, 3 deletions
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 |