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.
Actions