Re: [Boost-bugs] [Boost C++ Libraries] #2593: asio missing IPPROTO_IPV6 for win2k and older targets

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #2593: asio missing IPPROTO_IPV6 for win2k and older targets
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2008-12-16 05:09:52


#2593: asio missing IPPROTO_IPV6 for win2k and older targets
---------------------------------------------+------------------------------
  Reporter: Joey Liaw <joeyliaw_at_[hidden]> | Owner: chris_kohlhoff
      Type: Bugs | Status: new
 Milestone: Boost 1.38.0 | Component: asio
   Version: Boost 1.37.0 | Severity: Problem
Resolution: | Keywords: IPPROTO_IPV6
---------------------------------------------+------------------------------

Comment(by Joey Liaw <joeyliaw_at_[hidden]>):

 This is what I get for not previewing the formatting.

 {{{
 // When target is Windows 2000 or earlier, Microsoft's ws2def.h does not
 // enumerate IPPROTO_IPV6.
 #if defined(BOOST_WINDOWS) || defined(__CYGWIN__)
 # if defined(_WIN32_WINNT) && (_WIN32_WINNT <= 0x0500)
 # define IPPROTO_IPV6 41
 # endif // _WIN32_WINNT
 #endif // defined(BOOST_WINDOWS) || defined(__CYGWIN__)
 }}}

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/2593#comment:1>
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:59 UTC