Hi;
When using boost with visual c++ 2005, I'm getting the following two
error:
c:\program files\microsoft visual studio 8\vc\include\intrin.h(198) :
error C2373: '_InterlockedExchange' : redefinition; different type
modifiers
c:\program files\boost\boost\detail\interlocked.hpp(60) : see
declaration of '_InterlockedExchange'
Has anyone got any ideas what is causing this? I'm including the
following files in the file that is indicating the error:
#include <vector>
#include