19 Jul
2002
19 Jul
'02
8:07 p.m.
From: "bufo19312"
Environment boost_1_28_0, Intel 6.0, target = _WIN64. The InterlockedIncrement et.al. interfaces in boost/detail/winapi need to be changed as follows, since they are now intrinsics.
Technically, I suppose the guard should be _M_IA64, rather than _WIN64, since other target processors+compilers may not support compiler intrinsics for these interfaces.
$ diff -c winapi.hpp winapi_original.hpp
[...] Applied, thank you for the patch.