as a third option you may provide an overload of toString()
| 162 | |
| 163 | // as a third option you may provide an overload of toString() |
| 164 | inline doctest::String toString(const Foo &) { |
| 165 | return "Foo{}"; |
| 166 | } |
| 167 | |
| 168 | struct MyOtherType { |
| 169 | int data; |
no outgoing calls
no test coverage detected