Subject: [Boost-bugs] [Boost C++ Libraries] #10016: SO_UPDATE_CONNECT_CONTEXT: Undeclared identifier
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2014-05-06 23:33:33
#10016: SO_UPDATE_CONNECT_CONTEXT: Undeclared identifier
-----------------------------------------+---------------------
Reporter: Joseph Southwell <joseph@â¦> | Owner: andysem
Type: Bugs | Status: new
Milestone: To Be Determined | Component: log
Version: Boost Release Branch | Severity: Problem
Keywords: |
-----------------------------------------+---------------------
{{{
boost log defaults to _WIN32_WINNT 0x0500 in src/windows_version.hpp
asio now uses SO_UPDATE_CONNECT_CONTEXT in detail/impl/socket_ops.ipp
which is not defined before 0x0501
change
#define _WIN32_WINNT 0x0500 // _WIN32_WINNT_WIN2K
to
#define _WIN32_WINNT 0x0501 // _WIN32_WINNT_WINXP
in src/windows_version.hpp to fix this compile error
}}}
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/10016> 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:16 UTC