On Thu, Nov 08, 2007 at 06:13:15PM +0100, Andre Poenitz wrote: > On Thu, Nov 08, 2007 at 01:55:44PM +0100, Enrico Forestieri wrote: > > At least, I would suggest changing > > > > #ifdef _MSC_VER > > > > into > > > > #if ! defined(__GNUC__) > > > > as I think that forward declaring string is a gcc-ism. > > On what foundations did you base your thinking?
That should have been read in its context. I agree that I should have said "as I think that forward declaring string in the iosfwd header is a gcc-ism", but I didn't think it would have been so difficult to understand. -- Enrico