| 469 | */ |
| 470 | template <typename Char, FMT_ENABLE_IF(is_char<Char>::value)> |
| 471 | inline basic_string_view<Char> to_string_view(const Char* s) { |
| 472 | return s; |
| 473 | } |
| 474 | |
| 475 | template <typename Char, typename Traits, typename Alloc> |
| 476 | inline basic_string_view<Char> to_string_view( |
no outgoing calls
no test coverage detected