Boost C++ Libraries: Ticket #10016: SO_UPDATE_CONNECT_CONTEXT: Undeclared identifier https://svn.boost.org/trac10/ticket/10016 <pre class="wiki">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 </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/10016 Trac 1.4.3 chris_kohlhoff Mon, 12 May 2014 12:08:35 GMT owner, component changed https://svn.boost.org/trac10/ticket/10016#comment:1 https://svn.boost.org/trac10/ticket/10016#comment:1 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Andrey Semashev</span> to <span class="trac-author">chris_kohlhoff</span> </li> <li><strong>component</strong> <span class="trac-field-old">log</span> → <span class="trac-field-new">asio</span> </li> </ul> Ticket Andrey Semashev Wed, 04 Jun 2014 20:59:36 GMT <link>https://svn.boost.org/trac10/ticket/10016#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/10016#comment:2</guid> <description> <p> Is there a plan to fix it before 1.56? If not, I'll have to bump the default version in Boost.Log. </p> </description> <category>Ticket</category> </item> </channel> </rss>