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
Actions