mirror of
https://github.com/google/googletest.git
synced 2026-07-30 16:26:24 +08:00
Merge pull request #5011 from K-S-Manikandan:fix/compare-lib-android
PiperOrigin-RevId: 944164816 Change-Id: Ia57a34e3caf93d23b6a13c49e2455901c98e942a
This commit is contained in:
commit
8240fa7d62
@ -2411,9 +2411,7 @@ using StringView = ::std::string_view;
|
|||||||
#define GTEST_INTERNAL_HAS_STRING_VIEW 0
|
#define GTEST_INTERNAL_HAS_STRING_VIEW 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if (defined(__cpp_lib_three_way_comparison) || \
|
#if defined(__cpp_lib_three_way_comparison)
|
||||||
(GTEST_INTERNAL_HAS_INCLUDE(<compare>) && \
|
|
||||||
GTEST_INTERNAL_CPLUSPLUS_LANG >= 201907L))
|
|
||||||
#define GTEST_INTERNAL_HAS_COMPARE_LIB 1
|
#define GTEST_INTERNAL_HAS_COMPARE_LIB 1
|
||||||
#else
|
#else
|
||||||
#define GTEST_INTERNAL_HAS_COMPARE_LIB 0
|
#define GTEST_INTERNAL_HAS_COMPARE_LIB 0
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user