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.
      
      Updated by Nicholas Gordon over 8 years ago
      
    
    - Priority changed from Low to Normal
 - Target version set to v0.4.0
 
      
      Updated by Nicholas Gordon over 8 years ago
      
    
    - Status changed from New to In Progress
 - Assignee set to Nicholas Gordon
 
      
      Updated by Nicholas Gordon over 8 years ago
      
    
    - Status changed from In Progress to Code review
 
      
      Updated by Nicholas Gordon over 8 years ago
      
    
    - Status changed from Code review to Closed
 
      
      Updated by Nicholas Gordon over 8 years ago
      
    
    - Status changed from Closed to Code review
 
Got a little trigger-happy, this one's not merged yet.
      
      Updated by Nicholas Gordon about 8 years ago
      
    
    - Status changed from Code review to Closed
 
Actions