From 69e14c9f3a9fe35a80a22f121969cef914ede063 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Thu, 6 Jan 2022 15:30:02 +0100 Subject: Adjustments for msbuild --- src/test-helper.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/test-helper.h') diff --git a/src/test-helper.h b/src/test-helper.h index c3e2900..676af73 100644 --- a/src/test-helper.h +++ b/src/test-helper.h @@ -14,6 +14,12 @@ namespace std { std::ostream& operator<<(std::ostream& os, std::basic_string const& s); std::ostream& operator<<(std::ostream& os, std::basic_string const& s); +#ifdef __cpp_char8_t + std::ostream& operator<<(std::ostream& os, utf8_t const& c); +#endif + std::ostream& operator<<(std::ostream& os, char16_t const& c); + std::ostream& operator<<(std::ostream& os, char32_t const& c); + } // namespace std template -- cgit v1.2.3