On Thu, Nov 08, 2007 at 07:53:13PM +0100, Enrico Forestieri wrote:
> 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.

I do not want <iosfwd> in strfwd.h.

If you really need it move the stream stuff out of strfwd.h and create a
separate header.

Andre'

Reply via email to