| 38 | namespace ApprovalTests |
| 39 | { |
| 40 | template <> std::string StringMaker::toString(const StringMakerPrintable& printable) |
| 41 | { |
| 42 | return "From StringMaker: " + std::to_string(printable.field1_); |
| 43 | } |
| 44 | } |
| 45 | // end-snippet |
| 46 | #else |
nothing calls this directly
no outgoing calls
no test coverage detected