[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 10:41:26 PST 2019


zoecarver marked an inline comment as done.
zoecarver added a comment.

@ldionne Awesome! Thank you for the help.



================
Comment at: test/std/type_traits/is_nothrow_convertible.pass.cpp:51
+    static_assert(!(std::is_nothrow_convertible_v<int[10], A[10]>), "");
+    
+    typedef void V();
----------------
ldionne wrote:
> Watch for trailing whitespace like this (I removed it when applying the patch). You can probably configure your editor to remove it automatically.
Thank you, I will keep an eye out for these.


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

https://reviews.llvm.org/D58019





More information about the libcxx-commits mailing list