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.
2 parents e2239ee + 263220d commit 3d177f8Copy full SHA for 3d177f8
googletest/include/gtest/gtest-printers.h
@@ -360,7 +360,7 @@ GTEST_IMPL_FORMAT_C_STRING_AS_POINTER_(char);
360
GTEST_IMPL_FORMAT_C_STRING_AS_POINTER_(const char);
361
GTEST_IMPL_FORMAT_C_STRING_AS_POINTER_(wchar_t);
362
GTEST_IMPL_FORMAT_C_STRING_AS_POINTER_(const wchar_t);
363
-#ifdef __cpp_char8_t
+#ifdef __cpp_lib_char8_t
364
GTEST_IMPL_FORMAT_C_STRING_AS_POINTER_(char8_t);
365
GTEST_IMPL_FORMAT_C_STRING_AS_POINTER_(const char8_t);
366
#endif
0 commit comments