[libcxx] [llvm] [libc++] Deprecate and remove meaningless `<cxxx>` headers (PR #111615)
Louis Dionne via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 22 09:23:09 PDT 2024
================
@@ -23,4 +23,12 @@
# pragma GCC system_header
#endif
+#if _LIBCPP_STD_VER >= 17 && defined(__DEPRECATED) && __DEPRECATED && !defined(_LIBCPP_DISABLE_DEPRECATION_WARNINGS)
----------------
ldionne wrote:
Should we instead set `_LIBCPP_DISABLE_DEPRECATION_WARNINGS` when `-Wno-deprecated` is passed?
https://github.com/llvm/llvm-project/pull/111615
More information about the llvm-commits
mailing list