[PATCH] D49647: [libcxx] Library support for contracts (C++2a)
Marshall Clow via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 23 11:14:03 PDT 2018
mclow.lists added inline comments.
================
Comment at: test/libcxx/language.support/support.contract/version.pass.cpp:9
+//===----------------------------------------------------------------------===//
+
+// <contract>
----------------
All the tests need `// UNSUPPORTED: c++03, c++11, c++14, c++17`
https://reviews.llvm.org/D49647
More information about the cfe-commits
mailing list