[libcxx-commits] [PATCH] D58019: Add is_nothrow_convertible (P0758R1)

Zoe Carver via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Feb 11 10:58:12 PST 2019


zoecarver marked 4 inline comments as done.
zoecarver added a comment.

@ldionne That looks good. I played around with using `std::conditional` for a while but I think your implementation is the cleanest.


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

https://reviews.llvm.org/D58019





More information about the libcxx-commits mailing list