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.
std._Private.xutility
1 parent 4667c12 commit 39e1a72Copy full SHA for 39e1a72
stdlib/public/Platform/vcruntime.modulemap
@@ -711,10 +711,6 @@ module std [system] {
711
export *
712
}
713
714
- explicit module xtr1common {
715
- header "xtr1common"
716
- export *
717
- }
718
719
explicit module xstring {
720
header "xstring"
@@ -725,5 +721,15 @@ module std [system] {
725
721
header "xtree"
726
722
727
723
724
+
+ explicit module xtr1common {
+ header "xtr1common"
+ export *
728
+ }
729
730
+ explicit module xutility {
731
+ header "xutility"
732
733
734
735
0 commit comments