Removed uses of raw c-string manipulation functions.
This commit is contained in:
parent
ce8390ac03
commit
7fa4dbd0c6
4 changed files with 10 additions and 21 deletions
|
@ -54,7 +54,6 @@ std::string ThousandSeparate(I value, int spaces = 0)
|
|||
return oss.str();
|
||||
}
|
||||
|
||||
std::string StringFromInt(int value);
|
||||
std::string StringFromBool(bool value);
|
||||
|
||||
bool TryParse(const std::string &str, bool *output);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue