[PATCH] D33021: [libcxx] [test] libc++ test changes for CWG 2094

Billy Robert O'Neal III via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue May 9 16:51:36 PDT 2017


BillyONeal added inline comments.


================
Comment at: test/std/utilities/meta/meta.unary/meta.unary.prop/is_trivially_copyable.pass.cpp:25
+  #define IMPLEMENTS_CWG_2094 false
+ #endif /* defined(_MSC_VER) && _MSC_VER >= 1911 */
+#endif
----------------
Whoops, I fat fingered the closing comment. Will change this to just say "compiler version"


https://reviews.llvm.org/D33021





More information about the cfe-commits mailing list