Skip to content

Commit 52e382f

Browse files
committed
Switch to C++20
1 parent e8a38a5 commit 52e382f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tester/run_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ cat "$DIR2/$TEST.test.cpp" >> $DIR/tmp.cpp
1616
echo "" >> $DIR/tmp.cpp
1717
cat $DIR/test_footer.cpp >> $DIR/tmp.cpp
1818
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
19+
${CXX-g++} $DIR/tmp.cpp -Wall -Wshadow -Wpedantic -Wno-sign-compare -std=c++20 -g -o $DIR/tmp.exe
2020
$DIR/tmp.exe

0 commit comments

Comments
 (0)