Avoid extra std::string copies
For methods which take an argument as a const std::string reference, it's inefficient to pass a std::string::c_str(). Test: TreeHugger Change-Id: I00bd2b1cbe4dabe6dfd9a4a3dc8792e59d033af8
Loading
Please sign in to comment