Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a856ee4

Browse files
committed
ci: don't warn about not using C++20 features when we're still supporting C++17
1 parent 86eb508 commit a856ee4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.clang-tidy

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ Checks:
1414
- -readability-function-cognitive-complexity
1515
- -*-avoid-const-or-ref-data-members
1616
- -*-rvalue-reference-param-not-moved
17+
- -*-use-constraints # C++20
18+
- -*-use-designated-initializers # C++20
1719

1820
FormatStyle: file
1921

0 commit comments

Comments
 (0)