This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r135208 - in /trunk/libstdc++-v3: ChangeLog inc...


Author: paolo
Date: Mon May 12 10:15:34 2008
New Revision: 135208

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=135208
Log:
2008-05-12  Stefano Soffia  <soffia@cs.unipr.it>
	    Paolo Carlini  <paolo.carlini@oracle.com>

	* include/debug/vector (vector<>::_M_requires_reallocation): Just
	use this->capacity().
	(vector<>::capacity): Move non-pedantic / pedantic logic here.
	* testsuite/23_containers/vector/
	debug_mode_requires_reallocation-2.cc: New.

	* testsuite/23_containers/vector/debug_mode_requires_reallocation.cc:
	Rename to debug_mode_requires_reallocation-1.cc

Added:
    trunk/libstdc++-v3/testsuite/23_containers/vector/debug_mode_requires_reallocation-1.cc
      - copied unchanged from r135169, trunk/libstdc++-v3/testsuite/23_containers/vector/debug_mode_requires_reallocation.cc
    trunk/libstdc++-v3/testsuite/23_containers/vector/debug_mode_requires_reallocation-2.cc
Removed:
    trunk/libstdc++-v3/testsuite/23_containers/vector/debug_mode_requires_reallocation.cc
Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/debug/vector


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]