We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1355eff commit 3ad5ef2Copy full SHA for 3ad5ef2
cpp/misra/test/rules/RULE-9-5-2/test.cpp
@@ -54,7 +54,7 @@ int main() {
54
}
55
56
for (auto x :
57
- std::vector<int>{1, 2, 3}) { // NON_COMPLIANT: 2 constructor call to
+ std::vector<int>{1, 2, 3}) { // NON_COMPLIANT: 2 constructor calls to
58
// `vector` and `initializer_list`, respectively
59
60
0 commit comments