summaryrefslogtreecommitdiffstats
path: root/googletest/include
diff options
context:
space:
mode:
authorAlexander Nikforov <nikiforov.al@gmail.com>2023-03-07 00:34:55 (GMT)
committerAlexander Nikforov <nikiforov.al@gmail.com>2023-03-07 00:34:55 (GMT)
commit92f0d72507801f2d47533bfb2ad8960d93ed0224 (patch)
treee55a95fdffae4aca51852320330a8f1e6b915a22 /googletest/include
parent2d4f208765af7fa376b878860a7677ecc0bc390a (diff)
downloadgoogletest-92f0d72507801f2d47533bfb2ad8960d93ed0224.zip
googletest-92f0d72507801f2d47533bfb2ad8960d93ed0224.tar.gz
googletest-92f0d72507801f2d47533bfb2ad8960d93ed0224.tar.bz2
__cpp_char8_t does not cover std::u8string implementation, but __cpp_lib_char8_t doesrefs/pull/4182/head
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 739d545..09f7316 100644
--- a/googletest/include/gtest/gtest-printers.h
+++ b/googletest/include/gtest/gtest-printers.h
@@ -1003,7 +1003,7 @@ template <>
class UniversalTersePrinter<char*> : public UniversalTersePrinter<const char*> {
};
-#ifdef __cpp_char8_t
+#ifdef __cpp_lib_char8_t
template <>
class UniversalTersePrinter<const char8_t*> {
public: