Actions
Task #4337
closedTask #4336: Make container APIs more consisent with C++ standard practices.
Change all containers to implement `size()`
Status:
Closed
Priority:
Normal
Assignee:
Ryan Wickman
Target version:
-
Start date:
10/12/2017
Due date:
% Done:
0%
Estimated time:
Description
All container-like classes in the NLSR codebase SHOULD implement size()
, and MAY implement other methods.
Updated by Nicholas Gordon over 7 years ago
- Status changed from New to Code review
Updated by Nicholas Gordon over 6 years ago
- Assignee changed from Nicholas Gordon to Saurab Dulal
This work is on-going, and should be continued.
Updated by Nicholas Gordon over 6 years ago
- Assignee changed from Saurab Dulal to Ryan Wickman
Updated by Junxiao Shi about 1 year ago
- Status changed from Code review to Closed
This issue does not describe which containers are to be changed.
I do not find any container that lacks a .size()
method, hence this is deemed completed.
Actions