
21 Feb
2009
21 Feb
'09
5:01 p.m.
In reality it will read more than that into the streambuf ...
I'm reworking my implementation to have my own buffer (not streambuf based) and then implement my own "read_until" ...
I guess, the only way to really read *until* is to read char-by-char (which might be very inefficient) isn't it?