From abce1c1ec68046bf145a60fd6854c9c7c2e2dc05 Mon Sep 17 00:00:00 2001 From: Roelof Oomen Date: Tue, 28 Nov 2023 20:06:05 +0100 Subject: [PATCH] Jammy build fix --- .clang-tidy | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.clang-tidy b/.clang-tidy index 2d9e538d..61828faa 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -83,4 +83,6 @@ CheckOptions: value: '1' - key: cppcoreguidelines-pro-type-member-init.IgnoreArrays value: '1' +ExtraArgs: + - '-std=c++17' ...