Skip to content
Snippets Groups Projects
Commit c768e398 authored by Rolf Eike Beer's avatar Rolf Eike Beer Committed by Brad King
Browse files

cmMakefile: make some methods take const std::string& instead of const char*

Most callers already have a std::string, on which they called c_str() to pass it
into these methods, which internally converted it back to std::string. Pass a
std::string directly to these methods now, avoiding all these conversions.
Those methods that only pass in a const char* will get the conversion to
std::string now only once.
parent 4c7bac45
No related branches found
No related tags found
No related merge requests found
Showing
with 46 additions and 42 deletions
Loading
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