Skip to content

Commit 1f70b2f

Browse files
authored
Merge pull request #73825 from compnerd/atomic
Platform: add new module for VC 17.10.0
2 parents 69b635a + b68188b commit 1f70b2f

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 xatomic {
706+
header "xatomic.h"
707+
export *
708+
}
709+
705710
explicit module xhash {
706711
header "xhash"
707712
export *

0 commit comments

Comments
 (0)