Project

General

Profile

Actions

Bug #4256

closed

Build fails with Boost 1.65.0

Added by Davide Pesavento over 6 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Urgent
Category:
Build
Target version:
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.
Actions #1

Updated by Davide Pesavento over 6 years ago

  • Status changed from In Progress to Code review
  • % Done changed from 0 to 100
Actions #2

Updated by Davide Pesavento over 6 years ago

  • Description updated (diff)
Actions #3

Updated by Davide Pesavento over 6 years ago

  • Status changed from Code review to Closed
Actions

Also available in: Atom PDF