| 142 | } |
| 143 | |
| 144 | CheckOpMessageBuilder::CheckOpMessageBuilder(const char* exprtext) |
| 145 | : stream_(new std::ostringstream) { |
| 146 | *stream_ << "Check failed: " << exprtext << " ("; |
| 147 | } |
| 148 | |
| 149 | CheckOpMessageBuilder::~CheckOpMessageBuilder() { delete stream_; } |
| 150 |
nothing calls this directly
no outgoing calls
no test coverage detected