Actions
Bug #2091
closednfd-constants.hpp does not compile on its own
Start date:
10/26/2014
Due date:
% Done:
100%
Estimated time:
1.00 h
Description
Snippet to reproduce:
// g++ x.cpp `pkg-config --cflags --libs libndn-cxx`
#include <ndn-cxx/encoding/nfd-constants.hpp>
int
main()
{
return 0;
}
Expected: code builds with no error or warning
Actual: /usr/local/include/ndn-cxx/encoding/nfd-constants.hpp:28:14: error: ‘uint64_t’ does not name a type
Updated by Junxiao Shi about 10 years ago
- Status changed from New to In Progress
Updated by Junxiao Shi about 10 years ago
- Status changed from In Progress to Code review
- % Done changed from 0 to 100
Updated by Junxiao Shi about 10 years ago
- Status changed from Code review to Closed
Actions