This is the mail archive of the libstdc++@gcc.gnu.org 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: PATCH: for Serious v3 shared library bug


Nathan Myers <ncm@nospam.cantrip.org> writes:

> As I recall it, for case (1), the streams must act as if synchronized.

Right.  This is why C++ implementations without direct access to the
libc stdio implementation cannot really use buffered streams.  It'll
of course get horribly slow.  This is why on Linux libstdc++ uses the
libio from the libc and everything false automatically into place.

-- 
---------------.                          ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Red Hat          `--' drepper at redhat.com   `------------------------

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