Skip to content

Commit

Permalink
[skip-ci] Add C++20, C++23 to tg-all.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
martinmoene committed Oct 16, 2023
1 parent f4ba7c2 commit c6ebf4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tg-all.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
@for %%s in ( c++98 c++03 c++11 c++14 c++17 ) do (
@for %%s in ( c++98 c++03 c++11 c++14 c++17 c++20 c++23 ) do (
call tg.bat %%s
)

0 comments on commit c6ebf4c

Please sign in to comment.