Skip to content

Commit

Permalink
Fix clang-tidy jammy c++17 build issue (#371)
Browse files Browse the repository at this point in the history
  • Loading branch information
Levi-Armstrong authored Dec 2, 2023
1 parent 12a6d50 commit 7b93537
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,6 @@ CheckOptions:
value: '1'
- key: cppcoreguidelines-pro-type-member-init.IgnoreArrays
value: '1'
ExtraArgs:
- '-std=c++17'
...

0 comments on commit 7b93537

Please sign in to comment.