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

Louis Dionne via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 20 08:42:48 PST 2024


================
@@ -2240,6 +2245,7 @@ def version_header(self) -> str:
 #endif
 
 {feature_test_macros}
+#endif // __cplusplus < 201103L && defined(_LIBCPP_USE_FROZEN_CXX03_HEADERS)
----------------
ldionne wrote:

That is a stray `#endif`.

```suggestion

```

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


More information about the llvm-commits mailing list