Task #1802
use make_shared to initiate data
Start date:
07/27/2014
Due date:
% Done:
100%
Estimated time:
Description
In new version of ndn-cxx, it will get a warning when put data if data is not initiated by make_shared.
Added by Shuo Chen over 6 years ago. Updated over 3 years ago.
100%
Description
In new version of ndn-cxx, it will get a warning when put data if data is not initiated by make_shared.
It has been corrected in watch prefix commit. It is the responses of handles that do not use shared_ptr to put data.