From 08e0fee1418d441b25c964aed48eb6e7f6cc56f0 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sat, 25 Jun 2022 01:44:14 +0300 Subject: [PATCH] Enable fastmod on clang-cl and other pretenders such as Intel --- include/boost/unordered/detail/fca.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/unordered/detail/fca.hpp b/include/boost/unordered/detail/fca.hpp index 11902eba..df3e4688 100644 --- a/include/boost/unordered/detail/fca.hpp +++ b/include/boost/unordered/detail/fca.hpp @@ -151,7 +151,7 @@ namespace boost { #endif #if !defined(BOOST_NO_INT64_T) && \ - (defined(BOOST_HAS_INT128) || (defined(BOOST_MSVC) && defined(_WIN64))) + (defined(BOOST_HAS_INT128) || (defined(_MSC_VER) && defined(_M_X64))) #define BOOST_UNORDERED_FCA_FASTMOD_SUPPORT #endif