re PR libstdc++/36660 (pb_ds/detail/resize_policy/sample_resize_trigger.hpp has extra closing brace)
2008-06-28 Paolo Carlini <paolo.carlini@oracle.com> PR libstdc++/36660 * include/ext/pb_ds/detail/resize_policy/ sample_resize_trigger.hpp: Remove spurious namespace end. From-SVN: r137231
This commit is contained in:
parent
ffba3fd05d
commit
e5e9ea16b8
@ -1,3 +1,9 @@
|
|||||||
|
2008-06-28 Paolo Carlini <paolo.carlini@oracle.com>
|
||||||
|
|
||||||
|
PR libstdc++/36660
|
||||||
|
* include/ext/pb_ds/detail/resize_policy/
|
||||||
|
sample_resize_trigger.hpp: Remove spurious namespace end.
|
||||||
|
|
||||||
2008-06-27 Mark Mitchell <mark@codesourcery.com>
|
2008-06-27 Mark Mitchell <mark@codesourcery.com>
|
||||||
|
|
||||||
* libsupc++/vec.cc (__aeabi_vec_dtor_cookie): Handle NULL array
|
* libsupc++/vec.cc (__aeabi_vec_dtor_cookie): Handle NULL array
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
// -*- C++ -*-
|
// -*- C++ -*-
|
||||||
|
|
||||||
// Copyright (C) 2005, 2006 Free Software Foundation, Inc.
|
// Copyright (C) 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 terms
|
// software; you can redistribute it and/or modify it under the terms
|
||||||
@ -140,6 +140,4 @@ private:
|
|||||||
do_resize(size_type new_size);
|
do_resize(size_type new_size);
|
||||||
};
|
};
|
||||||
|
|
||||||
} // namespace __gnu_pbds
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user