diff options
-rw-r--r-- | absl/base/policy_checks.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/absl/base/policy_checks.h b/absl/base/policy_checks.h index 17c05c14681a..51b662f4dd97 100644 --- a/absl/base/policy_checks.h +++ b/absl/base/policy_checks.h @@ -46,7 +46,7 @@ // We support MSVC++ 14.0 update 2 and later. // This minimum will go up. -#if defined(_MSC_FULL_VER) && _MSC_FULL_VER < 190023918 +#if defined(_MSC_FULL_VER) && _MSC_FULL_VER < 190023918 && !defined(__clang__) #error "This package requires Visual Studio 2015 Update 2 or higher" #endif |