I'm unsure why we're testing for `__has_feature(cxx_noexcept)` in 
is_nothrow_destructible.pass.cpp

================
Comment at: 
test/utilities/meta/meta.unary/meta.unary.prop/is_nothrow_destructible.pass.cpp:72
@@ -70,2 +71,3 @@
     test_is_not_nothrow_destructible<char[]>();
+    test_is_not_nothrow_destructible<char[][3]>();
 
----------------
I like the idea of adding a test for an array of known bound, but did you mean 
`[3]` or `[][3]` ??

http://reviews.llvm.org/D6316



_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to