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.
1 parent 86601fc commit c68b0d8Copy full SHA for c68b0d8
stdlib/public/Platform/vcruntime.modulemap
@@ -259,7 +259,7 @@ module std [system] {
259
}
260
261
module any {
262
- requires cpluplus17
+ requires cplusplus17
263
header "any"
264
export *
265
@@ -566,7 +566,7 @@ module std [system] {
566
567
568
module spanstream {
569
- requires cpluplus23
+ requires cplusplus23
570
header "spanstream"
571
572
0 commit comments