45
edits
RichieSams (talk | contribs) (Add std::replace and string::replace to TODOs) |
RichieSams (talk | contribs) |
||
Line 84: | Line 84: | ||
* Get rid of getenv in as many places as possible. Ideally, we'd only use it to query HOME on Unix systems. | * Get rid of getenv in as many places as possible. Ideally, we'd only use it to query HOME on Unix systems. | ||
=== Algorithm / String === | ==== Algorithm / String ==== | ||
* Implement a std::replace like function in common/algorithm.h http://en.cppreference.com/w/cpp/algorithm/replace | * Implement a std::replace like function in common/algorithm.h http://en.cppreference.com/w/cpp/algorithm/replace | ||
* Implement String::replace in Common::String http://en.cppreference.com/w/cpp/string/basic_string/replace | * Implement String::replace in Common::String http://en.cppreference.com/w/cpp/string/basic_string/replace |
edits