| 63 | }; |
| 64 | |
| 65 | struct c4 |
| 66 | { |
| 67 | struct unprintable { }; |
| 68 | unprintable value;; |
| 69 | }; |
| 70 | |
| 71 | template <int Line, class T> |
| 72 | std::string print(T const & x, char const * prefix, char const * delimiter) |
nothing calls this directly
no outgoing calls
no test coverage detected