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: [Patch] Don't include <fstream> in include/ext/stdio_sync_filebuf.h


Paolo Carlini wrote:
> 
> > Hi,
> >
> > working on 12077 I noticed this include, which seems redundant.
> > Indeed, I removed it and successfully regtested.
> 
> Forget about this, sorry. However, we could probably include much less...

Yes, only <cstdio> (for FILE, getc, etc.), <cwchar> (for getwc etc.)
and <streambuf> should be needed.

Petur


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