r269312 - in /trunk/libstdc++-v3: ChangeLog tes...
redi@gcc.gnu.org
redi@gcc.gnu.org
Fri Mar 1 13:50:00 GMT 2019
Author: redi
Date: Fri Mar 1 13:50:41 2019
New Revision: 269312
URL: https://gcc.gnu.org/viewcvs?rev=269312&root=gcc&view=rev
Log:
Fix test memory_resource to work without sized deallocation
The checking memory_resource in the testsuite assumes sized deallocation
is supported, which might not be true for other compilers.
* testsuite/util/testsuite_allocator.h (__gnu_test::memory_resource)
[!__cpp_sized_deallocation]: Do not pass size to operator delete.
Modified:
trunk/libstdc++-v3/ChangeLog
trunk/libstdc++-v3/testsuite/util/testsuite_allocator.h
More information about the Libstdc++-cvs
mailing list