[libcxx-commits] [libcxx] [llvm] [libc++] Deprecate and remove meaningless `<cxxx>` headers (PR #111615)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Oct 18 12:23:49 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:
What is the purpose of checking `__DEPRECATED` here?
https://github.com/llvm/llvm-project/pull/111615
More information about the libcxx-commits
mailing list