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 @@ -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>)
Original file line number Diff line number Diff 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>)
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments