Skip to content
Snippets Groups Projects
Commit dd7eceb0 authored by Uwe Schulzweida's avatar Uwe Schulzweida
Browse files

is_keyword(): pass argv by const reference

parent 498124fb
No related branches found
No related tags found
No related merge requests found
Pipeline #20753 passed
......@@ -131,7 +131,7 @@ public:
}
bool
is_keyword(std::string p_argument)
is_keyword(const std::string &p_argument)
{
std::set<std::string> keywords = { "[", "]", ":" };
auto funcIter = keywords.find(p_argument);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment