| 11536 | |
| 11537 | #if GTEST_HAS_STD_WSTRING |
| 11538 | void PrintWideStringTo(const ::std::wstring& s, ostream* os) { |
| 11539 | PrintCharsAsStringTo(s.data(), s.size(), os); |
| 11540 | } |
| 11541 | #endif // GTEST_HAS_STD_WSTRING |
| 11542 | |
| 11543 | } // namespace internal |
no test coverage detected