| 1727 | // ---------------------------------------------------------------------------- |
| 1728 | |
| 1729 | struct StringStream |
| 1730 | { |
| 1731 | std::string str; |
| 1732 | }; |
| 1733 | |
| 1734 | // Use this in your EcPrinter implementations. |
| 1735 | void stream_print(StringStream & out_string_stream, const char* text) |
nothing calls this directly
no outgoing calls
no test coverage detected