Skip to content

Commit 7b93537

Browse files
Fix clang-tidy jammy c++17 build issue (#371)
1 parent 12a6d50 commit 7b93537

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.clang-tidy

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,6 @@ CheckOptions:
8383
value: '1'
8484
- key: cppcoreguidelines-pro-type-member-init.IgnoreArrays
8585
value: '1'
86+
ExtraArgs:
87+
- '-std=c++17'
8688
...

0 commit comments

Comments
 (0)