Subject: [Boost-bugs] [Boost C++ Libraries] #1117: [asio][0.3.8 rc3]check BOOST_ASIO_HAS_IOCP before assumed _WIN32_WINNT was defined
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2007-07-25 12:33:40
#1117: [asio][0.3.8 rc3]check BOOST_ASIO_HAS_IOCP before assumed _WIN32_WINNT was
defined
--------------------------------+-------------------------------------------
Reporter: pop.atry_at_[hidden] | Owner: az_sw_dude
Type: Bugs | Status: new
Milestone: To Be Determined | Component: asio
Version: | Severity: Problem
Keywords: |
--------------------------------+-------------------------------------------
This code could generator error
#include <boost/asio/io_service.hpp>
#if _WIN32_WINNT == 0x0500 && !defined(BOOST_ASIO_HAS_IOCP)
#error
#endif
This problem can be fixed by adding an "#include
<boost/asio/detail/socket_types.hpp>" in win_iocp_io_service_fwd.hpp
--
Ticket URL: <http://svn.boost.org/trac/boost/ticket/1117>
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:49:56 UTC