Actions
Task #3406
closedRemove uses of aliases defined in ndn-cxx/common.hpp
Start date:
01/11/2016
Due date:
% Done:
0%
Estimated time:
Description
Many places in the code use aliases defined in ndn-cxx/common.hpp, but ndn-cxx/common.hpp has been declared an implementation detail of the ndn-cxx library and not for external use.
Uses of these aliases should be replaced with the type aliased by the ndn-cxx library.
For example, ndn::shared_ptr should be replaced with std::shared_ptr.
Actions