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:
Paolo Carlini 2008-06-28 18:32:48 +00:00 committed by Paolo Carlini
parent ffba3fd05d
commit e5e9ea16b8
2 changed files with 7 additions and 3 deletions

View File

@ -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>
* libsupc++/vec.cc (__aeabi_vec_dtor_cookie): Handle NULL array

View File

@ -1,6 +1,6 @@
// -*- 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
// software; you can redistribute it and/or modify it under the terms
@ -140,6 +140,4 @@ private:
do_resize(size_type new_size);
};
} // namespace __gnu_pbds
#endif