Project

General

Profile

Actions

Bug #4967

closed

Build failure with Boost 1.70

Added by Davide Pesavento almost 5 years ago. Updated almost 5 years ago.

Status:
Closed
Priority:
Urgent
Target version:
-
Start date:
Due date:
% Done:

100%

Estimated time:

Description

macOS 10.14
Boost 1.70.0

[ 6/32] Compiling src/handles/tcp-bulk-insert-handle.cpp
../src/handles/tcp-bulk-insert-handle.cpp:81:41: error: no member named 'get_io_service' in 'boost::asio::basic_socket_acceptor<boost::asio::ip::tcp, boost::asio::executor>'
  ip::tcp::resolver resolver(m_acceptor.get_io_service());
                             ~~~~~~~~~~ ^
../src/handles/tcp-bulk-insert-handle.cpp:101:68: error: no member named 'get_io_service' in 'boost::asio::basic_socket_acceptor<boost::asio::ip::tcp, boost::asio::executor>'
  auto clientSocket = std::make_shared<ip::tcp::socket>(m_acceptor.get_io_service());
                                                        ~~~~~~~~~~ ^
../src/handles/tcp-bulk-insert-handle.cpp:130:68: error: no member named 'get_io_service' in 'boost::asio::basic_socket_acceptor<boost::asio::ip::tcp, boost::asio::executor>'
  auto clientSocket = std::make_shared<ip::tcp::socket>(m_acceptor.get_io_service());
                                                        ~~~~~~~~~~ ^
3 errors generated.

Related issues 1 (0 open1 closed)

Related to ndn-cxx - Bug #4923: Build error with boost 1.70.0ClosedDavide Pesavento

Actions
Actions #1

Updated by Davide Pesavento almost 5 years ago

  • Related to Bug #4923: Build error with boost 1.70.0 added
Actions #2

Updated by Davide Pesavento almost 5 years ago

  • Status changed from New to Code review
  • Assignee set to Davide Pesavento
  • % Done changed from 0 to 100
Actions #3

Updated by Davide Pesavento almost 5 years ago

  • Status changed from Code review to Closed
Actions

Also available in: Atom PDF