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 26c9917 commit 319cfd6Copy full SHA for 319cfd6
src/main/scala/wasm/StagedConcolicMiniWasm.scala
@@ -1080,7 +1080,7 @@ object WasmToCppCompiler {
1080
}
1081
1082
import sys.process._
1083
- val command = s"g++ -std=c++17 $outputCpp -o $outputExe -O3 -g " + generated.headerFolders.map(f => s"-I$f").mkString(" ")
+ val command = s"g++ -std=c++20 $outputCpp -o $outputExe -O3 -g " + generated.headerFolders.map(f => s"-I$f").mkString(" ")
1084
if (command.! != 0) {
1085
throw new RuntimeException(s"Compilation failed for $outputCpp")
1086
0 commit comments