blob: 7ebba31070f33e862cf49692589464db0af2a69a (
plain) (
blame)
1
2
|
Unnecessary heap-allocations in StringConv.h
e.g. `static fextl::string LeftTrim(fextl::string String, fextl::string TrimTokens = " \t\n\r") {` will heap-allocate memory for the TrimTokens.
|