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

Rename the std stream methods to avoid conflicts #9

Merged
merged 1 commit into from
Jan 19, 2024

Conversation

tsaarni
Copy link
Owner

@tsaarni tsaarni commented Jan 19, 2024

Rename the methods popen::stdin(), popen::stdout() and popen::stderr() methods to in(), out() and err() to avoid potential conflicts with pre-processor macros with the same names.

@tsaarni tsaarni force-pushed the preprocessor-fix branch 3 times, most recently from 1d3de07 to c9e01ad Compare January 19, 2024 21:17
@tsaarni
Copy link
Owner Author

tsaarni commented Jan 19, 2024

Thanks to @oskarirauta for reporting the problem #6 (comment)

@tsaarni tsaarni merged commit 3bb8956 into master Jan 19, 2024
2 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.

1 participant