Actions
Bug #4096
closedNetworkMonitor: RTNL impl breaks Ubuntu-clang build
Start date:
Due date:
% Done:
100%
Estimated time:
0.50 h
Description
TravisCI builds on Ubuntu with clang++ are broken since ndn-cxx:commit:2bf35a6a37a4fb9943bc918910657d56c04dfb53.
https://travis-ci.org/named-data/ndn-cxx/builds/231670742
../src/util/detail/network-monitor-impl-rtnl.cpp:222:29: error: no matching function for call to 'buffer'
m_socket->async_read_some(boost::asio::buffer(m_buffer),
^~~~~~~~~~~~~~~~~~~
Updated by Davide Pesavento over 7 years ago
I'm aware. Boost bug. https://redmine.named-data.net/issues/3360#note-14
NFD already has a workaround, I'll be applying the same to ndn-cxx.
Updated by Davide Pesavento over 7 years ago
- Category changed from Utils to Build
- Estimated time changed from 2.00 h to 0.50 h
Updated by Davide Pesavento over 7 years ago
- Status changed from New to Code review
- % Done changed from 0 to 100
Updated by Davide Pesavento over 7 years ago
- Status changed from Code review to Closed
Actions