This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: missing header files for ISO C++ standard
- To: nabbasi at pacbell dot net
- Subject: Re: missing header files for ISO C++ standard
- From: "Martin v. Loewis" <martin at mira dot isdn dot cs dot tu-berlin dot de>
- Date: Sun, 21 Feb 1999 10:27:47 +0100
- CC: egcs-bugs at cygnus dot com, nabbasi at pacbell dot net
- References: <36CFC587.1B18DE71@pacbell.net>
> Any idea when we might get the missing header files?
Thanks for your report. This is a known bug: The library is not at all
standard conforming. In fact, it is so broken that a rewrite is
necessary (not only are headers missing: iostreams are not templates,
don't use locales, ...).
The rewrite is in progress, please check out
http://sourceware.cygnus.com/libstdc++/
Don't ask for release dates; they are not known. It would greatly
help progress if you could contribute some code.
Thanks,
Martin