[libcxx-commits] [PATCH] D58019: Add is_nothrow_convertible (P0758R1)
Zoe Carver via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Feb 27 09:20:50 PST 2019
zoecarver marked an inline comment as done.
zoecarver added inline comments.
================
Comment at: include/type_traits:149
+ template <typename From, typename To> struct is_nothrow_convertible;
+ template <typename _Fm, typename _To> inline constexpr bool is_nothrow_convertible_v;
+
----------------
ldionne wrote:
> Use `From` and `To` here too. Also, please add a `// C++17` comment for both of them.
`// C++20`, right?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58019/new/
https://reviews.llvm.org/D58019
More information about the libcxx-commits
mailing list