Go to the documentation of this file.
24 #ifndef ABSL_BASE_POLICY_CHECKS_H_
25 #define ABSL_BASE_POLICY_CHECKS_H_
31 #if defined(__cplusplus)
39 #if defined(__CYGWIN__)
40 #error "Cygwin is not supported."
49 #if defined(_MSC_FULL_VER) && _MSC_FULL_VER < 190023918 && !defined(__clang__)
50 #error "This package requires Visual Studio 2015 Update 2 or higher."
55 #if defined(__GNUC__) && !defined(__clang__)
56 #if __GNUC__ < 4 || (__GNUC__ == 4 && __GNUC_MINOR__ < 7)
57 #error "This package requires gcc 4.7 or higher."
64 #if defined(__apple_build_version__) && __apple_build_version__ < 4211165
65 #error "This package requires __apple_build_version__ of 4211165 or higher."
75 #if defined(__cplusplus) && !defined(_MSC_VER)
76 #if __cplusplus < 201103L
77 #error "C++ versions less than C++11 are not supported."
85 #if defined(_STLPORT_VERSION)
86 #error "STLPort is not supported."
97 #error "Abseil assumes CHAR_BIT == 8."
107 #if INT_MAX < 2147483647
108 #error "Abseil assumes that int is at least 4 bytes. "
111 #endif // ABSL_BASE_POLICY_CHECKS_H_
grpc
Author(s):
autogenerated on Fri May 16 2025 02:59:44