[libcxx-commits] [libcxx] [llvm] [libc++][C++03] Use `__cxx03/` headers in C++03 mode (PR #109002)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Dec 11 09:12:10 PST 2024
================
@@ -2233,13 +2233,17 @@ def version_header(self) -> str:
#ifndef _LIBCPP_VERSION
----------------
ldionne wrote:
As discussed just now, this is the wrong thing to modify. But we need to clean up the mess with the version-header generation anyway (since the new class to generate the version header is apparently never used).
https://github.com/llvm/llvm-project/pull/109002
More information about the libcxx-commits
mailing list