We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1eafc89 commit 82b2a0fCopy full SHA for 82b2a0f
1 file changed
test/teststl.cpp
@@ -4703,7 +4703,7 @@ class TestStl : public TestFixture {
4703
"}\n");
4704
ASSERT_EQUALS("[test.cpp:3:14]: (performance) Concatenating the result of c_str() and a std::string is slow and redundant. [stlcstrConcat]\n",
4705
errout_str());
4706
-
+
4707
check("std::string get();\n"
4708
"std::string f(std::string & s) {\n"
4709
" s = get().c_str();\n"
0 commit comments