Skip to content

Commit 7c43dfb

Browse files
authored
Remove vcruntime._Private.xstddef
`<xstddef>` was removed since MSVC 14.37. It isn't meant to be used by most users, but the reference will break all clients of `vcruntime`, including Swift standard library itself.
1 parent e1e81d5 commit 7c43dfb

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

stdlib/public/Platform/vcruntime.modulemap

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -707,11 +707,6 @@ module std [system] {
707707
export *
708708
}
709709

710-
explicit module xstddef {
711-
header "xstddef"
712-
export *
713-
}
714-
715710
explicit module xstring {
716711
header "xstring"
717712
export *

0 commit comments

Comments
 (0)