use ToLower() instead of calling std::transform explicitly all the time
This commit is contained in:
@@ -30,6 +30,8 @@ using std::string;
|
||||
|
||||
int Abs(int);
|
||||
|
||||
void ToLower(string &);
|
||||
|
||||
int StrToInt(string);
|
||||
|
||||
string IntoStr(int);
|
||||
|
||||
Reference in New Issue
Block a user