| 9879 | // NUL-terminated string. |
| 9880 | template <typename T> |
| 9881 | void UniversalPrint(const T& value, ::std::ostream* os) { |
| 9882 | UniversalPrinter<T>::Print(value, os); |
| 9883 | } |
| 9884 | |
| 9885 | #if GTEST_HAS_TR1_TUPLE |
| 9886 | typedef ::std::vector<string> Strings; |
no outgoing calls
no test coverage detected