[PATCH] D55840: P0722R3: Implement library support for destroying delete

Marshall Clow via Phabricator reviews at reviews.llvm.org
Mon Jan 7 08:13:10 PST 2019


mclow.lists added a comment.

Another question - why do we need to check if clang supports destroying delete to define the type `destroying_delete_t`? Why not define it always, and just define the feature test macro when we have compiler support?


Repository:
  rCXX libc++

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D55840/new/

https://reviews.llvm.org/D55840





More information about the libcxx-commits mailing list