Actions
Bug #4730
closedInterestFilter.getRegexFilter wrong return type
Status:
Closed
Priority:
Low
Assignee:
-
Start date:
Due date:
% Done:
0%
Estimated time:
0.50 h
Description
InterestFilter.getRegexFilter is declared to have return type Name
. However, an NDN regular expression is not representable as a Name
.
This API should return std::string
, str
, string
, String
instead, just as the code already does.
Actions