We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca4b7c9 commit 263220dCopy full SHA for 263220d
googletest/include/gtest/gtest-printers.h
@@ -349,7 +349,7 @@ GTEST_IMPL_FORMAT_C_STRING_AS_POINTER_(char);
349
GTEST_IMPL_FORMAT_C_STRING_AS_POINTER_(const char);
350
GTEST_IMPL_FORMAT_C_STRING_AS_POINTER_(wchar_t);
351
GTEST_IMPL_FORMAT_C_STRING_AS_POINTER_(const wchar_t);
352
-#ifdef __cpp_char8_t
+#ifdef __cpp_lib_char8_t
353
GTEST_IMPL_FORMAT_C_STRING_AS_POINTER_(char8_t);
354
GTEST_IMPL_FORMAT_C_STRING_AS_POINTER_(const char8_t);
355
#endif
0 commit comments