This is the mail archive of the
libstdc++@sources.redhat.com
mailing list for the libstdc++ project.
Re: Install all backward headers?
- To: rittle at rsch dot comm dot mot dot com
- Subject: Re: Install all backward headers?
- From: Benjamin Kosnik <bkoz at redhat dot com>
- Date: Wed, 22 Nov 2000 10:01:20 -0800 (PST)
- cc: libstdc++ at sourceware dot cygnus dot com
> Due to Benjamin's recent work in the area, I just noticed that way
> back in May when I added some new backward headers to allow more
> "traditional" g++ test cases to pass that I forgot to update
> src/Makefile.am to install them.
I just did this. Thanks for pointing it out. I'd not noticed it yesterday.
> Do we want: complex.h, iomanip.h, istream.h, ostream.h, stream.h and
> streambuf.h to be installed in backward? Or, are they just supposed
> to be useful to pass old g++ test cases?
All the 'backward' headers are now grouped in one place in the source
tree, ie include/backward. I think this makes more sense.
They are now all installed in include/backward as well.
-benjamin