Skip to content

Commit 3de765c

Browse files
authored
Platform: correct requirements for std.unordered_set
This module requires C++11, not `unordered_set` which prevents the use of the module.
1 parent 7f38662 commit 3de765c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/Platform/vcruntime.modulemap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -667,7 +667,7 @@ module std [system] {
667667
}
668668

669669
module unordered_set {
670-
requires unordered_set
670+
requires cplusplus11
671671
header "unordered_set"
672672
export *
673673
}

0 commit comments

Comments
 (0)