[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
Fri Dec 20 08:42:46 PST 2024


================
@@ -0,0 +1,80 @@
+//===----------------------------------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
+#ifndef _LIBCPP___CXX03___CONFIGURATION_CONFIG_SITE_WRAPPER_H
----------------
ldionne wrote:

```suggestion
#ifndef _LIBCPP___CXX03___CONFIGURATION_CONFIG_SITE_SHIM_H
```

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


More information about the libcxx-commits mailing list