[libcxx] [llvm] [libc++] Deprecate and remove meaningless `<cxxx>` headers (PR #111615)

A. Jiang via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 22 07:09:06 PDT 2024


================
@@ -24,7 +24,12 @@
 #endif
 
 #ifdef __cplusplus
-#  include <ctgmath>
+#  if _LIBCPP_STD_VER >= 17
----------------
frederick-vs-ja wrote:

Yeah. I'm correspondingly changing `<ctgmath>` and `<ccomplex>` now.

https://github.com/llvm/llvm-project/pull/111615


More information about the llvm-commits mailing list