aboutsummaryrefslogtreecommitdiffstats
path: root/unittests/ADT/ilistTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix const ilist_node::get{Prev,Next}Node() to actually compile. Picky, picky.Daniel Dunbar2010-05-131-0/+5
* ADT: Add ilist_node::get{Prev,Next}Node, which return the adjacent node or null.Daniel Dunbar2010-05-121-0/+39