Actions
Task #2120
closedChange the return type of InterestTable::erase(...) method to void
Start date:
11/03/2014
Due date:
% Done:
100%
Estimated time:
Description
As std convention, erase method should return nothing. However, the erase method in current InterestTable implementation implicitly serve as a lookup method.
We should separate the lookup functionality out of the erase method to follow the convention.
Updated by Yingdi Yu almost 10 years ago
- Status changed from New to Code review
- % Done changed from 0 to 100
Updated by Alex Afanasyev over 7 years ago
- Status changed from Code review to Closed
Actions