llvm-project/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class
Johan Berg 68e2231f87 [libc++] Value-initialize unique_ptr's deleter_type
According to the C++ standard, the stored pointer and the stored deleter
should be value-initialized.

Differential Revision: https://reviews.llvm.org/D113612
2021-11-24 17:31:34 -05:00
..
unique.ptr.asgn [libc++][nfc] Test std::unique_ptr self move assignment. 2021-06-09 20:43:12 +02:00
unique.ptr.ctor [libc++] Value-initialize unique_ptr's deleter_type 2021-11-24 17:31:34 -05:00
unique.ptr.dtor
unique.ptr.modifiers
unique.ptr.observers [libc++] Fix tests after aee4925507 2021-10-22 12:50:29 -04:00
pointer_type.pass.cpp