| 204 | }; |
| 205 | |
| 206 | template <class Base> class to_string_impl_base; |
| 207 | typedef to_string_impl_base<to_string_using_addr2line> to_string_impl; |
| 208 | |
| 209 | inline std::string name(const void* addr, bool position_independent) { |
nothing calls this directly
no outgoing calls
no test coverage detected