Actions
Bug #4256
closedBuild fails with Boost 1.65.0
Start date:
08/23/2017
Due date:
% Done:
100%
Estimated time:
Description
In file included from ../tools/ndnsec/cert-dump.cpp:23:
/Users/davide/Documents/ndn-cxx/tools/ndnsec/util.hpp:169:32: error: only virtual member functions can be marked 'final'
adjacent_tokens_only() const final
^~~~~
1 error generated.
../src/util/logging.cpp:47:59: error: no member named 'clog' in namespace 'std'
this->setDestinationImpl(shared_ptr<std::ostream>(&std::clog, bind([]{})));
~~~~~^
1 error generated.
../tests/integrated/scheduler-benchmark.cpp:58:8: error: no member named 'cout' in namespace 'std'
std::cout << "schedule " << nEvents << " events: " << d1 << std::endl;
~~~~~^
../tests/integrated/scheduler-benchmark.cpp:59:8: error: no member named 'cout' in namespace 'std'
std::cout << "cancel " << nEvents << " events: " << d2 << std::endl;
~~~~~^
../tests/integrated/scheduler-benchmark.cpp:87:8: error: no member named 'cout' in namespace 'std'
std::cout << "execute " << nEvents << " events: " << (t2 - t1) << std::endl;
~~~~~^
3 errors generated.
Updated by Davide Pesavento about 7 years ago
- Status changed from In Progress to Code review
- % Done changed from 0 to 100
Updated by Davide Pesavento about 7 years ago
- Status changed from Code review to Closed
Actions