summaryrefslogtreecommitdiffstats
path: root/googletest/include
diff options
context:
space:
mode:
authorCJ Johnson <johnsoncj@google.com>2021-06-17 16:52:09 (GMT)
committerCJ Johnson <johnsoncj@google.com>2021-06-17 16:52:09 (GMT)
commit996328bb8eeea7e3b824a7cf4c156640600d9778 (patch)
treeaa63cd8edbf685e7e3d4b16c50ea7fd486edb44e /googletest/include
parente2239ee6043f73722e7aa812a459f54a28552929 (diff)
parent263220d2c1211e3ec95602ff3c81cf75cd55e19a (diff)
downloadgoogletest-996328bb8eeea7e3b824a7cf4c156640600d9778.zip
googletest-996328bb8eeea7e3b824a7cf4c156640600d9778.tar.gz
googletest-996328bb8eeea7e3b824a7cf4c156640600d9778.tar.bz2
Merge pull request #3183 from georgthegreat:patch-1
PiperOrigin-RevId: 378915968
Diffstat (limited to 'googletest/include')
-rw-r--r--googletest/include/gtest/gtest-printers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/include/gtest/gtest-printers.h b/googletest/include/gtest/gtest-printers.h
index 076c9de..8a3431d 100644
--- a/googletest/include/gtest/gtest-printers.h
+++ b/googletest/include/gtest/gtest-printers.h
@@ -360,7 +360,7 @@ GTEST_IMPL_FORMAT_C_STRING_AS_POINTER_(char);
GTEST_IMPL_FORMAT_C_STRING_AS_POINTER_(const char);
GTEST_IMPL_FORMAT_C_STRING_AS_POINTER_(wchar_t);
GTEST_IMPL_FORMAT_C_STRING_AS_POINTER_(const wchar_t);
-#ifdef __cpp_char8_t
+#ifdef __cpp_lib_char8_t
GTEST_IMPL_FORMAT_C_STRING_AS_POINTER_(char8_t);
GTEST_IMPL_FORMAT_C_STRING_AS_POINTER_(const char8_t);
#endif