Skip to content

Commit af57672

Browse files
authored
Platform: further modularise vcruntime._Private
Create an explicit module for `xhash` to correct the usage for `unordered_set`.
1 parent cda0fd4 commit af57672

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

stdlib/public/Platform/vcruntime.modulemap

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -702,6 +702,11 @@ module std [system] {
702702
module _Private [system] {
703703
requires cplusplus
704704

705+
explicit module xhash {
706+
header "xhash"
707+
export *
708+
}
709+
705710
explicit module xmemory {
706711
header "xmemory"
707712
export *

0 commit comments

Comments
 (0)