File tree Expand file tree Collapse file tree 1 file changed +19
-15
lines changed Expand file tree Collapse file tree 1 file changed +19
-15
lines changed Original file line number Diff line number Diff line change @@ -703,23 +703,27 @@ module std [system] {
703
703
export *
704
704
}
705
705
706
- explicit module xmemory {
707
- header "xmemory"
708
- export *
709
- }
706
+ module _Private [system] {
707
+ requires cplusplus
710
708
711
- explicit module xtr1common {
712
- header "xtr1common "
713
- export *
714
- }
709
+ explicit module xmemory {
710
+ header "xmemory "
711
+ export *
712
+ }
715
713
716
- explicit module xstring {
717
- header "xstring "
718
- export *
719
- }
714
+ explicit module xtr1common {
715
+ header "xtr1common "
716
+ export *
717
+ }
720
718
721
- explicit module xtree {
722
- header "xtree"
723
- export *
719
+ explicit module xstring {
720
+ header "xstring"
721
+ export *
722
+ }
723
+
724
+ explicit module xtree {
725
+ header "xtree"
726
+ export *
727
+ }
724
728
}
725
729
}
You can’t perform that action at this time.
0 commit comments