Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86eb508 commit a856ee4Copy full SHA for a856ee4
1 file changed
.clang-tidy
@@ -14,6 +14,8 @@ Checks:
14
- -readability-function-cognitive-complexity
15
- -*-avoid-const-or-ref-data-members
16
- -*-rvalue-reference-param-not-moved
17
+ - -*-use-constraints # C++20
18
+ - -*-use-designated-initializers # C++20
19
20
FormatStyle: file
21
0 commit comments