23 Sep
2013
23 Sep
'13
12:15 p.m.
I don't understand why your patch removes the definition of BOOST_INTERLOCKED_IMPORT. Doesn't this break every use of this macro?
in fact, I am not using this section with mingw-w64 but the section that was used for MSVC before.
I see that you check that __MINGW64_VERSION_MAJOR is defined. Is it true that all MingW64 versions that define this macro have
, or should its value be checked against something?
__MINGW64__ is defined only for the x86_64 target. Here, I check for
__MINGW64_VERSION_MAJOR to check for a w64 compiler whatever the
target (i686 or x86_64). And yes, for both targets i686 and x86_64,