Closed alexcrichton closed 3 years ago
Looks like this header is intended to compile much faster and bring in less bloat, and there's no other reason to bring in <iostream> so use <iosfwd> instead.
<iostream>
<iosfwd>
Closes #18
Looks like this header is intended to compile much faster and bring in less bloat, and there's no other reason to bring in
<iostream>
so use<iosfwd>
instead.Closes #18