45
edits
(Fix use of Tracker template) |
RichieSams (talk | contribs) (Add std::replace and string::replace to TODOs) |
||
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 === | |||
* 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 | |||
==== Iterator handling ==== | ==== Iterator handling ==== |
edits