
15 Oct
2008
15 Oct
'08
9:17 a.m.
In message <a61d44020810141802p1960e717y7862680d72c00cc9@mail.gmail.com>, Beman Dawes <bdawes@acm.org> writes
On Tue, Oct 14, 2008 at 2:40 AM, Joel Falcou <joel.falcou@u-psud.fr> wrote:
Stefan Seefeld a écrit :
Mathias Gaunard a écrit :
...
Yes sorry of course. Seems in fact that it's linking with iostream that cause most of the problems.
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.
Perhaps <iosfwd> might be useful for some of the problems here? Alec -- Alec Ross