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

A. Jiang via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 13 21:00:29 PDT 2024


================
@@ -0,0 +1,42 @@
+// -*- C++ -*-
----------------
frederick-vs-ja wrote:

When I attempted to just remove `stdaligh.h`, there was build error. Perhaps CMakelist.txt should also be modified.

I'm not sure whether we can/should just be inconsistent for `stdaligh.h`, given libc++ is providing almost all wrapper C headers required by the C++ standard library.

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


More information about the llvm-commits mailing list