From b0ad90a2054cf7319ad72d9fa84e7020db53844f Mon Sep 17 00:00:00 2001 From: Jonathan Date: Mon, 15 Apr 2024 10:25:57 +0200 Subject: [PATCH] Add `cpp_compat` to template.toml This adds a mention of `cpp_compat` option to the template file. #811 --- template.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/template.toml b/template.toml index efa00caef..a2f18a68d 100644 --- a/template.toml +++ b/template.toml @@ -24,6 +24,7 @@ using_namespaces = [] sys_includes = [] includes = [] no_includes = false +# cpp_compat = true after_includes = ""