update to c++20

This commit is contained in:
2025-08-22 11:39:16 +02:00
parent 4fe2e25029
commit 20acbc0499
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
"configurations": [
{
"name": "TD2",
"cppStandard": "c++17",
"cppStandard": "c++20",
"includePath": [
"include"
],