Fix Intel compiler build

This commit is contained in:
Daniel Richard G 2023-10-05 20:26:24 -04:00
parent 5f6fe65eb2
commit 0120dbfe65

View File

@ -20,7 +20,7 @@
#include <boost/config.hpp>
#if defined(__has_builtin)
# if __has_builtin(__builtin_ia32_pause) && !defined(_INTEL_COMPILER)
# if __has_builtin(__builtin_ia32_pause) && !defined(__INTEL_COMPILER)
# define BOOST_CORE_HAS_BUILTIN_IA32_PAUSE
# endif
#endif