[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:03:54 PST 2019


ldionne 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;
+ 
----------------
Use `From` and `To` here too. Also, please add a `// C++17` comment for both of them.


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

https://reviews.llvm.org/D58019





More information about the libcxx-commits mailing list