Skip to content

Commit 066872d

Browse files
committed
Try again
1 parent eda6e7f commit 066872d

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
@@ -66,9 +66,6 @@ module;
6666
# if __has_include(<rcu>)
6767
# error "please update the header information for <rcu> in headers_not_available in utils/libcxx/header_information.py"
6868
# endif // __has_include(<rcu>)
69-
# if __has_include(<spanstream>)
70-
# error "please update the header information for <spanstream> in headers_not_available in utils/libcxx/header_information.py"
71-
# endif // __has_include(<spanstream>)
7269
# if __has_include(<stacktrace>)
7370
# error "please update the header information for <stacktrace> in headers_not_available in utils/libcxx/header_information.py"
7471
# endif // __has_include(<stacktrace>)

libcxx/modules/std.cppm.in

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,6 @@ module;
153153
# if __has_include(<rcu>)
154154
# error "please update the header information for <rcu> in headers_not_available in utils/libcxx/header_information.py"
155155
# endif // __has_include(<rcu>)
156-
# if __has_include(<spanstream>)
157-
# error "please update the header information for <spanstream> in headers_not_available in utils/libcxx/header_information.py"
158-
# endif // __has_include(<spanstream>)
159156
# if __has_include(<stacktrace>)
160157
# error "please update the header information for <stacktrace> in headers_not_available in utils/libcxx/header_information.py"
161158
# 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)