Replace #include <iostream> with #include <ostream>
iostream is not actually necessary here, and it introduces unnecessary static initializers.
Showing
Please
register
or
sign in
to comment
iostream is not actually necessary here, and it introduces unnecessary static initializers.