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
+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
// -*- 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
do_resize(size_type new_size);
};
-} // namespace __gnu_pbds
-
#endif