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 2f157a6 commit 0add8fbCopy full SHA for 0add8fb
1 file changed
tools/inspect/inspect.cpp
@@ -166,7 +166,7 @@ namespace {
166
typedef std::vector<lib_error_count> lib_error_count_vector;
167
lib_error_count_vector libs;
168
169
- std::string trim(std::string value)
+ std::string trim(std::string const& value)
170
{
171
std::string whitespace = " \t\r\n";
172
std::string::size_type begin = value.find_first_not_of(whitespace);
0 commit comments