r238610 - in /trunk/libstdc++-v3: ChangeLog tes...

redi@gcc.gnu.org redi@gcc.gnu.org
Thu Jul 21 19:39:00 GMT 2016


Author: redi
Date: Thu Jul 21 19:38:57 2016
New Revision: 238610

URL: https://gcc.gnu.org/viewcvs?rev=238610&root=gcc&view=rev
Log:
Define missing delete operators in libstdc++ testsuite

	* testsuite/23_containers/vector/zero_sized_allocations.cc:
	Define sized deallocation function.
	* testsuite/util/testsuite_new_operators.h:
	(operator delete(void*, const std::nothrow_t&)): Define nothrow
	deallocation function.

Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/testsuite/23_containers/vector/zero_sized_allocations.cc
    trunk/libstdc++-v3/testsuite/util/testsuite_new_operators.h



More information about the Gcc-cvs mailing list