File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -355,6 +355,12 @@ module std [system] {
355
355
export *
356
356
}
357
357
358
+ module expected {
359
+ requires cplusplus23
360
+ header "expected"
361
+ export *
362
+ }
363
+
358
364
module filesystem {
359
365
requires cplusplus17
360
366
header "filesystem"
@@ -573,13 +579,11 @@ module std [system] {
573
579
export *
574
580
}
575
581
576
- /*
577
582
module spanstream {
578
583
requires cpluplus23
579
584
header "spanstream"
580
585
export *
581
586
}
582
- */
583
587
584
588
module sstream {
585
589
header "sstream"
@@ -591,6 +595,12 @@ module std [system] {
591
595
export *
592
596
}
593
597
598
+ module stacktrace {
599
+ requires cplusplus23
600
+ header "stacktrace"
601
+ export *
602
+ }
603
+
594
604
module stdexcept {
595
605
header "stdexcept"
596
606
export *
You can’t perform that action at this time.
0 commit comments