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." 89 #if defined(__GLIBC__) && defined(__GLIBC_PREREQ) 90 #if !__GLIBC_PREREQ(2, 12) 91 #error "Minimum required version of glibc is 2.12." 95 #if defined(_STLPORT_VERSION) 96 #error "STLPort is not supported." 107 #error "Abseil assumes CHAR_BIT == 8." 117 #if INT_MAX < 2147483647 118 #error "Abseil assumes that int is at least 4 bytes. " 121 #endif // ABSL_BASE_POLICY_CHECKS_H_
abseil_cpp
Author(s):
autogenerated on Wed Jun 19 2019 19:19:57