Oh, by the way...
On 16/08/2021 18:57, John Maddock via Boost-users wrote:
#if ((defined(BOOST_MSVC) && (BOOST_MSVC >= 1600)) ||
(defined(__clang__) && defined(__c2__)) || (defined(BOOST_INTEL) &&
defined(_MSC_VER))) && (defined(_M_IX86) || defined(_M_X64))
#include <intrin.h>
#endif
I'm wondering if the check for x86 needs to be applied to the
BOOST_MSVC check as well as the intel one?
If you can let me know what the change would be, I'd be happy to try it
temporarily and let you know if it works...
John
_______________________________________________
Boost-users mailing list
Boost-users@lists.boost.org
https://lists.boost.org/mailman/listinfo.cgi/boost-users