diff --git a/include/fmt/core.h b/include/fmt/core.h index a9d07de5..76569a2d 100644 --- a/include/fmt/core.h +++ b/include/fmt/core.h @@ -298,7 +298,7 @@ template struct std_string_view {}; #ifdef FMT_USE_INT128 // Do nothing. -#elif defined(__SIZEOF_INT128__) && !FMT_NVCC +#elif defined(__SIZEOF_INT128__) && !FMT_NVCC && !(FMT_CLANG_VERSION && FMT_MSC_VER) # define FMT_USE_INT128 1 using int128_t = __int128_t; using uint128_t = __uint128_t;