| 544 | |
| 545 | #if GTEST_HAS_STD_WSTRING |
| 546 | void PrintWideStringTo(const ::std::wstring& s, ostream* os) { |
| 547 | PrintCharsAsStringTo(s.data(), s.size(), os); |
| 548 | } |
| 549 | #endif // GTEST_HAS_STD_WSTRING |
| 550 | |
| 551 | } // namespace internal |
nothing calls this directly
no test coverage detected