This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: aug-2001 libstdc++ outstanding
Peter Schmid wrote:
> I believe you should apply the patch included in
> <http://gcc.gnu.org/ml/libstdc++/2001-08/msg00147.html> since it fixes
> indeed problems in the backward compatibility headers. The first part
> fixes alloc.h, the second part fixes iterator.h for the most
> part. There is an additional flaw: Rather than including
> <bits/std_iterator.h> iterator.h includes iterator.h, therefore the
> ostream_ and istream_iterators are undeclared. The appended patch fixes
> all iterator.h related problems and ta.C compiles without a warning.
> The patch is versus gcc 3.1.
>
> Hope this helps,
>
> Peter Schmid
I originally found the need for the above-mentioned patch when building against the cvs repository just hours before the gcc-3.0.1 release. However, when I built against the release itself (from a tar file), I did not see the same problems in evidence. So I currently have no opinion on whether or not my patch should be applied to the libstdc++ sources.
Hope this helps.
Scott Johnston