Open Phlarx opened 2 years ago
Use const string &in str instead of string str and similar.
const string &in str
string str
Use
const string &in str
instead ofstring str
and similar.