Skip to content
Snippets Groups Projects
Commit 94655e32 authored by Sankhesh Jhaveri's avatar Sankhesh Jhaveri :speech_balloon:
Browse files

Remove <iostream> from core header file

Including <iostream> in a header induces global constructors into
every downstream translation unit that includes it (transitively).

Remove the include statement (and using statement) from the header,
copying it to the necessary locations in downstream cc files where
it's actually used.
parent 6f4157c6
No related branches found
No related tags found
Loading
Showing
with 65 additions and 8 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment