We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8a38a5 commit 52e382fCopy full SHA for 52e382f
1 file changed
tester/run_test.sh
@@ -16,5 +16,5 @@ cat "$DIR2/$TEST.test.cpp" >> $DIR/tmp.cpp
16
echo "" >> $DIR/tmp.cpp
17
cat $DIR/test_footer.cpp >> $DIR/tmp.cpp
18
set -e
19
-${CXX-g++} $DIR/tmp.cpp -Wall -Wshadow -Wpedantic -Wno-long-long -Wno-sign-compare -std=c++17 -g -o $DIR/tmp.exe
+${CXX-g++} $DIR/tmp.cpp -Wall -Wshadow -Wpedantic -Wno-sign-compare -std=c++20 -g -o $DIR/tmp.exe
20
$DIR/tmp.exe
0 commit comments