[llvm-branch-commits] [libcxx] [llvm] [libc++][C++03] Use `__cxx03/` headers in C++03 mode (PR #109002)

Louis Dionne via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Oct 30 08:54:08 PDT 2024


================
@@ -14,6 +14,7 @@
 #include <__configuration/abi.h>
 #include <__configuration/availability.h>
 #include <__configuration/compiler.h>
+#include <__configuration/cxx03.h>
----------------
ldionne wrote:

Could we move `_LIBCPP_CXX03_LANG` into `language.h` instead? And it might be worth making a separate patch since that's so easy to do.

So in many places the includes would become `#include <__configuration/language.h>` at the beginning of files.

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


More information about the llvm-branch-commits mailing list