Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: OStreamSink produces interleaved output #1465

Merged
merged 1 commit into from
Jul 23, 2019
Merged

Conversation

jessebenson
Copy link
Member

Description: OStreamSink produces interleaved output due to issuing multiple operator<< calls to the underlying stream. Fix this by adding the newline "\n" to the existing string stream, and issuing a single call to the stream.

@jessebenson jessebenson requested a review from pranavsharma July 23, 2019 00:13
@jessebenson jessebenson requested a review from a team as a code owner July 23, 2019 00:13
@skottmckay skottmckay merged commit bbe9203 into master Jul 23, 2019
@snnn snnn deleted the jesseb/ostream-sink branch July 23, 2019 05:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants