Index: include/ext/pb_ds/detail/resize_policy/sample_resize_trigger.hpp =================================================================== --- include/ext/pb_ds/detail/resize_policy/sample_resize_trigger.hpp (revision 137199) +++ include/ext/pb_ds/detail/resize_policy/sample_resize_trigger.hpp (working copy) @@ -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 @@ do_resize(size_type new_size); }; -} // namespace __gnu_pbds - #endif