File tree Expand file tree Collapse file tree 3 files changed +0
-7
lines changed Expand file tree Collapse file tree 3 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -66,9 +66,6 @@ module;
66
66
# if __has_include(<rcu>)
67
67
# error "please update the header information for <rcu> in headers_not_available in utils/libcxx/header_information.py"
68
68
# 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>)
72
69
# if __has_include(<stacktrace>)
73
70
# error "please update the header information for <stacktrace> in headers_not_available in utils/libcxx/header_information.py"
74
71
# endif // __has_include(<stacktrace>)
Original file line number Diff line number Diff line change @@ -153,9 +153,6 @@ module;
153
153
# if __has_include(<rcu>)
154
154
# error "please update the header information for <rcu> in headers_not_available in utils/libcxx/header_information.py"
155
155
# 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>)
159
156
# if __has_include(<stacktrace>)
160
157
# error "please update the header information for <stacktrace> in headers_not_available in utils/libcxx/header_information.py"
161
158
# endif // __has_include(<stacktrace>)
Original file line number Diff line number Diff line change @@ -169,7 +169,6 @@ def __hash__(self) -> int:
169
169
"inplace_vector" ,
170
170
"linalg" ,
171
171
"rcu" ,
172
- "spanstream" ,
173
172
"stacktrace" ,
174
173
"stdfloat" ,
175
174
"text_encoding" ,
You can’t perform that action at this time.
0 commit comments