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

Header file bits/stdc++.h should be excluded from the program #4

Open
bogdasar1985 opened this issue Mar 28, 2021 · 0 comments
Open

Comments

@bogdasar1985
Copy link
Contributor

bogdasar1985 commented Mar 28, 2021

Why?
https://stackoverflow.com/questions/25311011/how-does-include-bits-stdc-h-work-in-c

And look at what is inside of this file:
https://gcc.gnu.org/onlinedocs/gcc-4.8.0/libstdc++/api/a01541_source.html

Are you realy need all of that?

This is unnecessary garbage that slows down the build of the program.

Also it is not a part of C++ standard, but GCC/MinGW specific thing and the reason why project can't be compiled in other compilers like MSVC, what is important.

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

1 participant