
15 Oct
2008
15 Oct
'08
7:29 a.m.
Beman Dawes a écrit :
IIRC, <iostream> is the only standard library header that costs something to include even if the translation unit doesn't actually use it. That's because of the standard stream objects, cin, cout, etc.
Exactly and that's those only objects that skyrocket SPE binary size it seems.