This is the mail archive of the libstdc++@sourceware.cygnus.com mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: vector/algorithm breaks iostream?



> Including <iostream> works fine, but if <vector> or <algorithm> are
> previously included, then output operations to standard {output,error} are
> never seen.  This is not to imply that vector and algorithm are the only
> headers that cause this problem; it just happens that those are the two I
> was working with at the time.

I'm testing a fix right now, and should have it checked in by tonight.
(Move std/iostream's __ioinit to bits/std_iostream.h. I also took out the
std_iostreams.h includes in std_numerics.h and stl_algobase.h, as they are
extraneous.)

-Benjamin


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]