aboutsummaryrefslogtreecommitdiff
path: root/src/tests/hash.cpp (follow)
AgeCommit message (Collapse)Author
2006-11-21Added erase functionality, and specializations for using ints as hash keys, soMike Buland
really it does everything the old one did, does it better, easier, and possibly faster.
2006-11-21Wow, craziness. Part way through working on the confpair system I got someMike Buland
sudden insperation and completely redid Hash. Now everything but delete is implemented, including typesafe iterators and more. It's really cool, and everyone should check it out and start using it right away!
2006-10-11Rearranged the tests, now it's like the old style, which I like more for someMike Buland
reason.