mirror of git://gcc.gnu.org/git/gcc.git
backward_warning.h: Fix typo.
2008-06-30 Alfred E. Heggestad <aeh@db.org> * include/backward/backward_warning.h: Fix typo. From-SVN: r137269
This commit is contained in:
parent
65d9230fb3
commit
e3ec709716
|
@ -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>
|
2008-06-29 Paolo Carlini <paolo.carlini@oracle.com>
|
||||||
|
|
||||||
* src/string_conversions.cc: Remove.
|
* src/string_conversions.cc: Remove.
|
||||||
|
|
|
@ -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
|
// 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
|
// software; you can redistribute it and/or modify it under the
|
||||||
|
@ -46,8 +47,8 @@
|
||||||
<sstream>, basic_stringstream <strstream>, strstream
|
<sstream>, basic_stringstream <strstream>, strstream
|
||||||
<unordered_set>, unordered_set <ext/hash_set>, hash_set
|
<unordered_set>, unordered_set <ext/hash_set>, hash_set
|
||||||
<unordered_set>, unordered_multiset <ext/hash_set>, hash_multiset
|
<unordered_set>, unordered_multiset <ext/hash_set>, hash_multiset
|
||||||
<unordered_map>, unordered_map <ext/hash_set>, hash_map
|
<unordered_map>, unordered_map <ext/hash_map>, hash_map
|
||||||
<unordered_map>, unordered_multimap <ext/hash_set>, hash_multimap
|
<unordered_map>, unordered_multimap <ext/hash_map>, hash_multimap
|
||||||
<functional>, bind <functional>, binder1st
|
<functional>, bind <functional>, binder1st
|
||||||
<functional>, bind <functional>, binder2nd
|
<functional>, bind <functional>, binder2nd
|
||||||
<functional>, bind <functional>, bind1st
|
<functional>, bind <functional>, bind1st
|
||||||
|
|
Loading…
Reference in New Issue