Actions
Task #3983
closedGet rid of aliases that are imported in ndn-cxx/common.hpp.
Start date:
03/01/2017
Due date:
% Done:
100%
Estimated time:
Description
We should not be using aliases that are imported in ndn-cxx/common.hpp. For example, we should use std::shared_ptr or std::bind instead of ndn::shared_ptr or ndn::bind respectively.
Updated by Muktadir Chowdhury over 7 years ago
- Related to Task #2098: Mark common.hpp as implementation detail added
Actions