re PR libstdc++/36660 (pb_ds/detail/resize_policy/sample_resize_trigger.hpp has extra...
authorPaolo Carlini <paolo.carlini@oracle.com>
Sat, 28 Jun 2008 18:32:48 +0000 (18:32 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Sat, 28 Jun 2008 18:32:48 +0000 (18:32 +0000)
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

libstdc++-v3/ChangeLog
libstdc++-v3/include/ext/pb_ds/detail/resize_policy/sample_resize_trigger.hpp

index cfb15d246d2914ca8946e7ed06068f7787c666c0..27a866b05c2cc879d0a749add9d0d887b7e2729e 100644 (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
index 19e54a7ab5bb5f9fc35a0e516b509440fa651150..1aea237ad75a1b8a258278f41dadfaf6d4f40244 100644 (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