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

Include of iostream in basically all headers. #70

Closed
R-Goc opened this issue Jul 8, 2024 · 1 comment
Closed

Include of iostream in basically all headers. #70

R-Goc opened this issue Jul 8, 2024 · 1 comment

Comments

@R-Goc
Copy link
Contributor

R-Goc commented Jul 8, 2024

It seems like iostream is included in basically all the headers, even when nothing from it is used. Is there any particular reason for that?

@spirosmaggioros
Copy link
Member

We need iostream for std::ostream to create the overloading << operators as well as using std::cout for debugging. There's no need for iostream not to be there

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

No branches or pull requests

2 participants