Skip to content

Commit b68188b

Browse files
committed
Platform: add new module for VC 17.10.0
The new headers for LWG-3268 in the new VC release broke the modularisation of `std.atomic`. Add the dependent private module to ensure that we correctly modularise the dependency and allow `std.atomic` to be built again.
1 parent 5d32c31 commit b68188b

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)