[libcxx-commits] [PATCH] D58019: Add is_nothrow_convertible (P0758R1)
Zoe Carver via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Feb 10 17:09:58 PST 2019
zoecarver created this revision.
zoecarver added reviewers: mclow.lists, EricWF, howard.hinnant.
Herald added subscribers: libcxx-commits, ldionne, christof.
Add both `is_nothrow_convertible` and `is_nothrow_convertible_v` according to P0758R1 <http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0758r1.html>.
Repository:
rCXX libc++
https://reviews.llvm.org/D58019
Files:
include/type_traits
test/libcxx/type_traits/is_nothrow_convertible.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58019.186171.patch
Type: text/x-patch
Size: 2767 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20190211/2287b6d9/attachment-0001.bin>
More information about the libcxx-commits
mailing list