We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b8eef9f + b420071 commit f83af02Copy full SHA for f83af02
stdlib/public/Platform/vcruntime.modulemap
@@ -652,4 +652,24 @@ module std [system] {
652
header "version"
653
export *
654
}
655
+
656
+ explicit module xmemory {
657
+ header "xmemory"
658
+ export *
659
+ }
660
661
+ explicit module xtr1common {
662
+ header "xtr1common"
663
664
665
666
+ explicit module xstring {
667
+ header "xstring"
668
669
670
671
+ explicit module xtree {
672
+ header "xtree"
673
674
675
0 commit comments