Mail Archives: djgpp/1997/11/13/05:16:10
On Wed, 12 Nov 1997, sl wrote:
> >AFAIK this is a bug in libiostream. The workaround is to use
> >open() to open the file in the desired mode and
> >then feed the handle into the constructor.
>
> This bug is present even in the latest version of DJGPP? Is it going
> to be fixed in the next release?
libiostream (and the rest of C++ classes) are not part of DJGPP, it's
just a port of GNU C++ library. As such, its update schedule is
separate from the DJGPP releases, like all the rest of the ports.
Therefore, this bug, if it's indeed a bug, will be fixed only when the
next port of libg++ is released. And if people who care about the
quality of C++ classes don't sit down, track down that bug and submit
patches to DJ Delorie, or better yet, port the latest GNU version of
libg++, the answer is probably ``never''. Using workarounds is not
good enough (IMHO).
> When is the next release? :)
You should never ask this. The only honest reply is ``nobody knows''.
- Raw text -