Skip to content

Commit

Permalink
added support for c++23 (#500)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmangkad authored Oct 24, 2024
1 parent 6397751 commit f797fb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@
"GNU G++11 5.1.0",
"GNU G++17 9.2.0 (64 bit, msys 2)",
"GNU G++20 13.2 (64 bit, winlibs)",
"GNU G++23 14.2 (64 bit, msys2)",
"Microsoft Visual C++ 2017",
"Microsoft Visual C++ 2010",
"Clang++17 Diagnostics"
Expand Down
1 change: 1 addition & 0 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ export default {
'GNU G++11 5.1.0': 42,
'GNU G++17 9.2.0 (64 bit, msys 2)': 61,
'GNU G++20 13.2 (64 bit, winlibs)': 89,
'GNU G++23 14.2 (64 bit, msys2)': 91,
'Microsoft Visual C++ 2017': 59,
'Microsoft Visual C++ 2010': 2,
'Clang++17 Diagnostics': 52,
Expand Down

0 comments on commit f797fb8

Please sign in to comment.