commit | cd55cde10dce5674f9c513bf7237c3b10fd83123 | [log] [tgz] |
---|---|---|
author | Junxiao Shi <git@mail1.yoursunny.com> | Thu Nov 13 16:03:24 2014 -0700 |
committer | Junxiao Shi <git@mail1.yoursunny.com> | Thu Nov 13 16:03:24 2014 -0700 |
tree | 8eedf385ba87f72e201f9ba67408fa07d6b52cc7 | |
parent | 21303afdf1642e6a4c0f7637e5dd4f00885ada39 [diff] [blame] |
tools/tests: fix compilation errors caused by bind and placeholders refs #2175 Change-Id: I65eadb0d0ccf468c3d478236335dbf09aa4dcc71
diff --git a/tools/nfdc.cpp b/tools/nfdc.cpp index bfae684..2ecba4d 100644 --- a/tools/nfdc.cpp +++ b/tools/nfdc.cpp
@@ -70,9 +70,7 @@ namespace nfdc { -using ndn::bind; -using ndn::_1; -using ndn::_2; +using std::bind; const ndn::time::milliseconds Nfdc::DEFAULT_EXPIRATION_PERIOD = ndn::time::milliseconds::max(); const uint64_t Nfdc::DEFAULT_COST = 0;