Fix ABSL type detection

This commit is contained in:
Ali 2023-01-07 00:36:37 +04:00
parent 81a2506d23
commit d126bf1810

View File

@ -576,6 +576,9 @@ static_assert(ABSL_INTERNAL_INLINE_NAMESPACE_STR[0] != 'h' ||
#define ABSL_INTERNAL_APPLE_CXX17_TYPES_UNAVAILABLE 0 #define ABSL_INTERNAL_APPLE_CXX17_TYPES_UNAVAILABLE 0
#endif #endif
#undef ABSL_INTERNAL_APPLE_CXX17_TYPES_UNAVAILABLE
#define ABSL_INTERNAL_APPLE_CXX17_TYPES_UNAVAILABLE 1
// ABSL_HAVE_STD_ANY // ABSL_HAVE_STD_ANY
// //
// Checks whether C++17 std::any is available by checking whether <any> exists. // Checks whether C++17 std::any is available by checking whether <any> exists.