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 f8631ae commit 9b653caCopy full SHA for 9b653ca
2 files changed
archive/c/c-plus-plus/testinfo.yml
@@ -4,6 +4,6 @@ folder:
4
5
container:
6
image: "gcc"
7
- tag: "8.3"
8
- build: "g++ -std=c++17 -pthread -o {{ source.name }} {{ source.name }}{{ source.extension }}"
+ tag: "15.2"
+ build: "g++ -std=c++23 -pthread -o {{ source.name }} {{ source.name }}{{ source.extension }}"
9
cmd: "./{{ source.name }}"
archive/c/c/testinfo.yml
- build: "gcc -o {{ source.name }} {{ source.name }}{{ source.extension }} -pthread -lm"
+ build: "gcc -std=c23 -o {{ source.name }} {{ source.name }}{{ source.extension }} -pthread -lm"
0 commit comments