Actions
Task #1592
closedRemove unnecessary use of cref with make_shared
Start date:
05/12/2014
Due date:
% Done:
100%
Estimated time:
Description
make_shared
by default uses const references for the supplied arguments, so using cref
/ndn::cref
is not necessary.
Updated by Alex Afanasyev over 10 years ago
- Status changed from New to Code review
- % Done changed from 0 to 100
Updated by Alex Afanasyev over 10 years ago
- Status changed from Code review to Closed
Actions