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

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Feb 27 09:48:55 PST 2019


ldionne accepted this revision.
ldionne added inline comments.
This revision is now accepted and ready to land.


================
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;
+ 
----------------
zoecarver wrote:
> ldionne wrote:
> > Use `From` and `To` here too. Also, please add a `// C++17` comment for both of them.
> `// C++20`, right?
Uh, yes. Oops.


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

https://reviews.llvm.org/D58019





More information about the libcxx-commits mailing list