Boost C++ Libraries: Ticket #7186: BOOST_BIND_ENABLE_STDCALL causes bind compilation to fail on x64 https://svn.boost.org/trac10/ticket/7186 <p> On Win32, in order to use WINAPI ( = __stdcall) functions with boost, developers must define BOOST_BIND_ENABLE_STDCALL before including bind.hpp </p> <p> On Win64 however, __stdcall and __cdecl are equivalent. When the macro BOOST_BIND_ENABLE_STDCALL is defined, bind.hpp fails compilation for multiply defined functions. </p> <p> This request is that the macro BOOST_BIND_ENABLE_STDCALL will only be effective is possible. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/7186 Trac 1.4.3 viboes Wed, 15 Aug 2012 19:39:48 GMT component changed; owner set https://svn.boost.org/trac10/ticket/7186#comment:1 https://svn.boost.org/trac10/ticket/7186#comment:1 <ul> <li><strong>owner</strong> set to <span class="trac-author">Peter Dimov</span> </li> <li><strong>component</strong> <span class="trac-field-old">None</span> → <span class="trac-field-new">bind</span> </li> </ul> Ticket