[libcxx] [llvm] [libc++] Deprecate and remove meaningless `<cxxx>` headers (PR #111615)
Nikolas Klauser via llvm-commits
llvm-commits at lists.llvm.org
Sat Oct 19 07:29:52 PDT 2024
================
@@ -23,4 +23,12 @@
# pragma GCC system_header
#endif
+#if _LIBCPP_STD_VER >= 17 && defined(__DEPRECATED) && __DEPRECATED && !defined(_LIBCPP_DISABLE_DEPRECATION_WARNINGS)
----------------
philnik777 wrote:
It's so people don't get deprecation warnings when specifying `-Wno-deprecated`.
https://github.com/llvm/llvm-project/pull/111615
More information about the llvm-commits
mailing list