Subject: [Boost-bugs] [Boost C++ Libraries] #12313: sockaddr_storage_type doesn't have a member named ss_len
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2016-07-07 05:17:21
#12313: sockaddr_storage_type doesn't have a member named ss_len
------------------------------------------+----------------------------
Reporter: Takatoshi Kondo <redboltz@â¦> | Owner: chris_kohlhoff
Type: Bugs | Status: new
Milestone: To Be Determined | Component: asio
Version: Boost 1.61.0 | Severity: Problem
Keywords: |
------------------------------------------+----------------------------
If the configuration macro BOOST_ASIO_HAS_GETADDRINFO is not defined,
compile error is occurred the following line:
https://github.com/boostorg/asio/blob/boost-1.61.0/include/boost/asio/detail/impl/socket_ops.ipp#L3318
Because the class sockaddr_storage_type doen't have a member variable
ss_len.
See:
https://github.com/boostorg/asio/blob/boost-1.61.0/include/boost/asio/detail/socket_types.hpp#L111
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/12313> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:20 UTC