| 37 | |
| 38 | template<typename Source> |
| 39 | std::streamsize read(Source& src, char* s, std::streamsize n) const |
| 40 | { |
| 41 | openConsole(attach, alloc); |
| 42 | return io::read(src, s, n); |
| 43 | } |
| 44 | }; |
| 45 | BOOST_IOSTREAMS_PIPABLE(OpenConsoleFilter, 0) |
| 46 | #endif |
no test coverage detected