There two compiler errors ( both x86 and x64 ) when building the current master. c:\boost\boost/atomic/detail/ops_msvc_x86.hpp(860) : error C2065: 'order' : undeclared identifier c:\boost\boost/asio/detail/impl/socket_ops.ipp(534) : error C2065: 'SO_UPDATE_CONNECT_CONTEXT' : undeclared identifier I'm using Visual Studio 2013 on Window. The complete output ( x86 release ) is here: http://pastebin.com/raw.php?i=KgnJgWGQ Regards, Christian
On Wednesday 04 June 2014 13:15:20 Christian Henning wrote:
There two compiler errors ( both x86 and x64 ) when building the current master.
c:\boost\boost/atomic/detail/ops_msvc_x86.hpp(860) : error C2065: 'order' : undeclared identifier
Fixed, thanks.
c:\boost\boost/asio/detail/impl/socket_ops.ipp(534) : error C2065: 'SO_UPDATE_CONNECT_CONTEXT' : undeclared identifier
This might be related to https://svn.boost.org/trac/boost/ticket/10016
Sorry for the subject line I meant to be more descriptive.
On Wed, Jun 4, 2014 at 1:43 PM, Andrey Semashev
On Wednesday 04 June 2014 13:15:20 Christian Henning wrote:
There two compiler errors ( both x86 and x64 ) when building the current master.
c:\boost\boost/atomic/detail/ops_msvc_x86.hpp(860) : error C2065: 'order' : undeclared identifier
Fixed, thanks.
c:\boost\boost/asio/detail/impl/socket_ops.ipp(534) : error C2065: 'SO_UPDATE_CONNECT_CONTEXT' : undeclared identifier
This might be related to
https://svn.boost.org/trac/boost/ticket/10016
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
participants (2)
-
Andrey Semashev
-
Christian Henning