From e37a88ae3752650a0e8041fd28fcc850de165ea6 Mon Sep 17 00:00:00 2001 From: Remy Chibois Date: Mon, 19 Aug 2024 15:50:25 +0200 Subject: [PATCH] chore(cpp): upgrade C++ standard to 20 --- cpp/project.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/project.yaml b/cpp/project.yaml index 1737f91b5..1bdeee0d3 100644 --- a/cpp/project.yaml +++ b/cpp/project.yaml @@ -2,7 +2,7 @@ name: cucumber_gherkin version: 0.1.0 namespace: cucumber -std: 17 +std: 20 packages: cmake: - nlohmann_json