[libcxx-commits] [PATCH] D91004: [libc++] Implements concept destructible

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Nov 9 09:59:58 PST 2020


Mordante updated this revision to Diff 303913.
Mordante marked 3 inline comments as done.
Mordante added a comment.

Addresses the review comments:

- @miscco and @ldionne their suggestion to make the unit test a compile-time test
- @ldionne's suggestion to explicitly test the compatibility with `is_nothrow_destructible_v`


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

https://reviews.llvm.org/D91004

Files:
  libcxx/include/concepts
  libcxx/test/std/concepts/concept.destructible/destructible.compile.pass.cpp
  libcxx/www/cxx2a_status.html

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91004.303913.patch
Type: text/x-patch
Size: 5144 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20201109/86b7e20a/attachment-0001.bin>


More information about the libcxx-commits mailing list