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

Prevent flushing when auto_flush_out() is false #260

Merged
merged 2 commits into from
Aug 27, 2024
Merged

Prevent flushing when auto_flush_out() is false #260

merged 2 commits into from
Aug 27, 2024

Conversation

baderouaich
Copy link
Collaborator

Hello!
std::endl seems to put a new line and flushes the stream.
Maybe '\n' will be enough in this case to avoid flushing when auto_flush_out() is false.

@gammasoft71
Copy link
Owner

Hello,
I'm glad you came back ;-)
Indeed you are right, '\n' or xtd::environment::new_line are more appropriate.
Thank you very much.
Have a nice day.

@gammasoft71 gammasoft71 merged commit d188097 into gammasoft71:master Aug 27, 2024
8 checks passed
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.

None yet

2 participants