Actions
Task #4268
closedUse unique_ptr for signals
Start date:
09/05/2017
Due date:
% Done:
0%
Estimated time:
Description
Ownership semantics indicate that a unique_ptr should be used to contain signal objects, not shared_ptrs. Currently the RoutingTable is using shared_ptr, so it should be changed.
Updated by Nicholas Gordon about 7 years ago
- Status changed from New to In Progress
- Assignee set to Nicholas Gordon
- Target version set to v0.4.0
Updated by Nicholas Gordon about 7 years ago
- Status changed from In Progress to Code review
Updated by Nicholas Gordon about 7 years ago
- Status changed from Code review to Closed
Actions