Skip to content

Commit c6ed358

Browse files
committed
Try again
1 parent 77da868 commit c6ed358

File tree

3 files changed

+0
-7
lines changed

3 files changed

+0
-7
lines changed

libcxx/modules/std.compat.cppm.in

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,6 @@ module;
6868
# if __has_include(<rcu>)
6969
# error "please update the header information for <rcu> in headers_not_available in utils/libcxx/header_information.py"
7070
# endif // __has_include(<rcu>)
71-
# if __has_include(<spanstream>)
72-
# error "please update the header information for <spanstream> in headers_not_available in utils/libcxx/header_information.py"
73-
# endif // __has_include(<spanstream>)
7471
# if __has_include(<stacktrace>)
7572
# error "please update the header information for <stacktrace> in headers_not_available in utils/libcxx/header_information.py"
7673
# endif // __has_include(<stacktrace>)

libcxx/modules/std.cppm.in

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -181,9 +181,6 @@ module;
181181
# if __has_include(<rcu>)
182182
# error "please update the header information for <rcu> in headers_not_available in utils/libcxx/header_information.py"
183183
# endif // __has_include(<rcu>)
184-
# if __has_include(<spanstream>)
185-
# error "please update the header information for <spanstream> in headers_not_available in utils/libcxx/header_information.py"
186-
# endif // __has_include(<spanstream>)
187184
# if __has_include(<stacktrace>)
188185
# error "please update the header information for <stacktrace> in headers_not_available in utils/libcxx/header_information.py"
189186
# endif // __has_include(<stacktrace>)

libcxx/utils/libcxx/header_information.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@ def __hash__(self) -> int:
169169
"inplace_vector",
170170
"linalg",
171171
"rcu",
172-
"spanstream",
173172
"stacktrace",
174173
"stdfloat",
175174
"text_encoding",

0 commit comments

Comments
 (0)