Skip to content

Commit f57fe44

Browse files
authored
Update vcruntime.modulemap
Remove `spanstream` header from the module until we can identify a way to do per-release variants.
1 parent 1779c56 commit f57fe44

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

stdlib/public/Platform/vcruntime.modulemap

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -536,10 +536,12 @@ module std [system] {
536536
export *
537537
}
538538

539+
/*
539540
module spanstream {
540541
header "spanstream"
541542
export *
542543
}
544+
*/
543545

544546
module sstream {
545547
header "sstream"

0 commit comments

Comments
 (0)