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

Also available in: Atom PDF