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]
Other format: [Raw text]

Re: Minimize <iosfwd>


On 4/9/07, Paolo Carlini <pcarlini@suse.de> wrote:
> thanks a lot for your work. While I take a bit of sleep, I would ask
> you to check the contents  of <bits/c++locale.h>, which I don't think
> can be dropped so easily.

May well be ok, because we are already including it <bits/localefwd.h>,
nice!, but really we should regtest well, and have a closer look to
everything else...

I am running the tests you suggested now. I am almost certain that nothing from bits/c++locale.h is needed *by iosfwd itself* but I hadn't thought to disable PCH, it's quite possible that some .cc files or test cases need to be including <locale> or something...

zw


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