$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Support for Cell processor
From: Joel Falcou (joel.falcou_at_[hidden])
Date: 2008-10-15 03:29:45
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.