| 32 | typedef to_string_impl_base<to_string_using_nothing> to_string_impl; |
| 33 | |
| 34 | inline std::string name_impl(const void* /*addr*/) { |
| 35 | return std::string(); |
| 36 | } |
| 37 | |
| 38 | } // namespace detail |
| 39 |
nothing calls this directly
no outgoing calls
no test coverage detected