Skip to content

Latest commit

 

History

History
32 lines (30 loc) · 2.72 KB

plan.org

File metadata and controls

32 lines (30 loc) · 2.72 KB

Data structures to look at, and their status:

CollectionStatus
std::listC++11 Done
C++14 edits needed
Need to clean bench.cc to match std::deque
Iterators are still a TODO
std::dequeIterators are still a TODO
Some cleanup required (not everything uses verify.h)
std::vectorIterators are still a TODO
std::unordered_setIterators are still a TODO
std::unordered_multisetIterators are still a TODO
std::mapIterators are still a TODO
std::unordered_mapIterators are still a TODO
std::string (actually ext/vstring.h)In Progress (Matthew)
std::tupleready to start
std::pair (in utility)ready to start

Note Be sure to check that default methods are instantiated, even if we can’t see them. Also be sure that all Iterator methods are instantiated.