We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb6bca2 commit a2ee40fCopy full SHA for a2ee40f
1 file changed
test/testother.cpp
@@ -4866,7 +4866,7 @@ class TestOther : public TestFixture {
4866
errout_str());
4867
4868
check("int f(std::vector<int>* p) {\n" // #14810
4869
- " return *p->cbegin();\n"
+ " return *p->cbegin();\n"
4870
"}\n");
4871
ASSERT_EQUALS("[test.cpp:1:25]: (style) Parameter 'p' can be declared as pointer to const [constParameterPointer]\n", errout_str());
4872
}
0 commit comments