Project

General

Profile

Actions

Task #3406

closed

Remove uses of aliases defined in ndn-cxx/common.hpp

Added by Vince Lehman over 8 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Normal
Target version:
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 #1

Updated by Nicholas Gordon almost 7 years ago

  • Priority changed from Low to Normal
  • Target version set to v0.4.0
Actions #2

Updated by Nicholas Gordon almost 7 years ago

  • Status changed from New to In Progress
  • Assignee set to Nicholas Gordon
Actions #3

Updated by Nicholas Gordon almost 7 years ago

  • Status changed from In Progress to Code review
Actions #4

Updated by Nicholas Gordon almost 7 years ago

  • Status changed from Code review to Closed
Actions #5

Updated by Nicholas Gordon almost 7 years ago

  • Status changed from Closed to Code review

Got a little trigger-happy, this one's not merged yet.

Actions #6

Updated by Nicholas Gordon over 6 years ago

  • Status changed from Code review to Closed
Actions

Also available in: Atom PDF