| 4803 | } |
| 4804 | |
| 4805 | explicit input_stream_adapter(std::istream& i) |
| 4806 | : is(&i), sb(i.rdbuf()) |
| 4807 | {} |
| 4808 | |
| 4809 | // delete because of pointer members |
| 4810 | input_stream_adapter(const input_stream_adapter&) = delete; |
nothing calls this directly
no outgoing calls
no test coverage detected