Skip to content

Commit

Permalink
Switch to C++20
Browse files Browse the repository at this point in the history
  • Loading branch information
SuprDewd committed Dec 30, 2024
1 parent e8a38a5 commit 52e382f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tester/run_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ cat "$DIR2/$TEST.test.cpp" >> $DIR/tmp.cpp
echo "" >> $DIR/tmp.cpp
cat $DIR/test_footer.cpp >> $DIR/tmp.cpp
set -e
${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
$DIR/tmp.exe

0 comments on commit 52e382f

Please sign in to comment.