11 Sep
2019
11 Sep
'19
2:04 a.m.
On Tue, Sep 3, 2019 at 5:21 AM Roberto Hinz via Boost
No one interested?
`std::basic_ostream` is actually quite usable once you figure out how it works (which is admittedly more difficult than it should be). It can be set up to not perform any memory allocations, depending on the implementation of the derived class. It might not be perfect but it is part of the standard library and thus has a natural advantage that would require extraordinary functionality from an external component to overcome. And I'm not seeing that in the proposed `outbuf`. Regards