We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9476d6 commit 391ccbcCopy full SHA for 391ccbc
1 file changed
test/cfg/std.cpp
@@ -5037,7 +5037,6 @@ void f(S_constParameter_std_begin& s) {
5037
std::for_each(std::begin(s.a), std::end(s.a), [](int& i) { ++i; });
5038
}
5039
5040
-// cppcheck-suppress constParameterReference - FP
5041
void f(T_constParameter_std_begin& t) {
5042
std::for_each(std::begin(t.v), std::end(t.v), [](int& i) { ++i; });
5043
0 commit comments