[libcxx-commits] [PATCH] D146675: [libc++] Warn on including headers that are deprecated in C++17
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Mar 24 10:03:41 PDT 2023
Mordante added a comment.
I have not looked closely at the patch, can you please add the paper number in the summary and update the status page
`libcxx/doc/Status`? That makes reviewing the changes a lot easier.
================
Comment at: libcxx/test/std/language.support/support.runtime/cstdbool.pass.cpp:11
+// REQUIRES: c++11 || c++0x || c++14 || c++1y
+// XFAIL: c++17
----------------
Why not using the UNSUPPORTED like we usually do?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146675/new/
https://reviews.llvm.org/D146675
More information about the libcxx-commits
mailing list