Michael Steffens
Results
2
comments of
Michael Steffens
+1. Same with 2.1.3, g++ 9.3.0, and parsing a file stream. The issue is not exposed if a new chunk starts immediately after a delimiter, but in all other cases.
Hi Vincent, I have played around, trying to adapt the StreamParser to work with std::istream. The move part is easy: initialize a member reference rather than moving the stream. And...