
17 Jun
2009
17 Jun
'09
7:19 p.m.
Zachary Turner:
The documentation for __stdcall in MSVC says the following:
On Itanium Processor Family (IPF) and x64 processors, __stdcall is accepted and ignored by the compiler.
Because of this, the following fragment from <boost/bind/bind.hpp> fails when causes build errors for either of these platforms:
...
What would be the most robust way to fix this?
Not defining BOOST_BIND_ENABLE_STDCALL on x64?