[libcxx-commits] [libcxx] DRAFT [libc++] Ignore, this is to test the CI (PR #82563)
Konstantin Varlamov via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Feb 21 17:13:59 PST 2024
https://github.com/var-const created https://github.com/llvm/llvm-project/pull/82563
None
>From e1960899f1f142a7147739d67886efcc524d49f8 Mon Sep 17 00:00:00 2001
From: Konstantin Varlamov <varconst at apple.com>
Date: Wed, 21 Feb 2024 17:12:48 -0800
Subject: [PATCH] DRAFT [libc++] Ignore, this is to test the CI
---
libcxx/include/__std_clang_module | 2 ++
libcxx/utils/generate_std_clang_module_header.py | 2 ++
2 files changed, 4 insertions(+)
diff --git a/libcxx/include/__std_clang_module b/libcxx/include/__std_clang_module
index 18d6ce6b46c1f6..a24c324f005491 100644
--- a/libcxx/include/__std_clang_module
+++ b/libcxx/include/__std_clang_module
@@ -21,6 +21,8 @@
# error "Do not include this header directly, include individual headers instead"
#endif
+namespace std { inline namespace __1 { } }
+
#include <__config>
#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
diff --git a/libcxx/utils/generate_std_clang_module_header.py b/libcxx/utils/generate_std_clang_module_header.py
index 33c9acf3953796..a46fb125d48a25 100644
--- a/libcxx/utils/generate_std_clang_module_header.py
+++ b/libcxx/utils/generate_std_clang_module_header.py
@@ -43,6 +43,8 @@
# error "Do not include this header directly, include individual headers instead"
#endif
+namespace std { inline namespace __1 { } }
+
#include <__config>
#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
More information about the libcxx-commits
mailing list