Difference between revisions of "TODO"

Jump to navigation Jump to search
248 bytes added ,  20:48, 1 March 2016
Add std::replace and string::replace to TODOs
(Fix use of Tracker template)
(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 ====
45

edits

Navigation menu