move to C++23 for that sweet std::println

This commit is contained in:
2026-03-08 18:22:15 +01:00
parent 31b11028b8
commit bf61965f61
3 changed files with 189 additions and 154 deletions

View File

@@ -1,4 +1,4 @@
If:
Language: c++
PathMatch: '.*\.cc$'
CompileFlags:
Add: [-std=c++20]
Add: [-std=c++23]