| 60 | // Compatibility for users of NYT::ToString(nyt_type). |
| 61 | template <CFormattable T> |
| 62 | TString ToString(const T& t) |
| 63 | { |
| 64 | return ToStringViaBuilder(t); |
| 65 | } |
| 66 | |
| 67 | // Sometime we want to implement |
| 68 | // FormatValue using util's ToString |
no test coverage detected