[PATCH] D55840: P0722R3: Implement library support for destroying delete
Chris Kennelly via Phabricator
reviews at reviews.llvm.org
Tue Dec 18 10:52:26 PST 2018
ckennelly created this revision.
ckennelly added a reviewer: EricWF.
Herald added subscribers: libcxx-commits, ldionne.
This provides `std::destroying_delete_t` when implementation support is available (to be provided in Clang by D55741 <https://reviews.llvm.org/D55741>), based on the presence of the implementation macro specified by P1353R0.
Additionally, when library support is provided, we provide the library-specific macro specified by P1353R0.
Repository:
rCXX libc++
https://reviews.llvm.org/D55840
Files:
include/new
test/std/language.support/support.dynamic/destroying_delete_t.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55840.178483.patch
Type: text/x-patch
Size: 2555 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20181218/de2ee343/attachment.bin>
More information about the libcxx-commits
mailing list