Skip to content

Commit

Permalink
Update .clang-tidy to c++17
Browse files Browse the repository at this point in the history
  • Loading branch information
rjoomen authored Feb 22, 2024
1 parent d0c20b7 commit 462fd95
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 @@ -82,4 +82,6 @@ CheckOptions:
value: '1'
- key: cppcoreguidelines-pro-type-member-init.IgnoreArrays
value: '1'
ExtraArgs:
- '-std=c++17'
...

0 comments on commit 462fd95

Please sign in to comment.