Switch to using C++20

Obviously for shiny new features.

Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>
This commit is contained in:
Ralph Sennhauser 2025-07-28 19:01:41 +02:00
parent c4848dbe9c
commit 65d0561d70
No known key found for this signature in database

View file

@ -485,7 +485,7 @@ function project_create(project_name, target_type)
project(project_name)
language "C++"
cppdialect "C++17"
cppdialect "C++20"
kind(target_type)
filter "action:vs2022"