freepooma-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [pooma-dev] RFA: Vector.h: s/iosfwd/ios/


From: Jeffrey Oldham
Subject: Re: [pooma-dev] RFA: Vector.h: s/iosfwd/ios/
Date: Wed, 23 May 2001 17:21:50 -0700
User-agent: Mutt/1.2.5i

        I revise the request to modify Tiny/Vector.h by adding the
same change to Tiny/TinyMatrix.h.

OK to commit?

When trying to compile src/CoordinateSystems/tests/CartesianTest1.cpp,
gcc 3.0 complained about this line from src/Tiny/Vector.h:

        std::ios::fmtflags incomingFormatFlags = out.flags();

This is resolved by replacing <iosfwd> by <ios>.  A similar problem in
TinyMatrix.h was demonstrated by
src/Utilities/LINUXgcc/delete_test1.cpp.

2001 May 23  Jeffrey D. Oldham  <address@hidden>

        * TinyMatrix.h: Replace <iosfwd> by <ios>.
        * Vector.h: Likewise.

Tested on       sequential Linux using gcc 3.0 by compiling CartesianTest1.cpp
Approved by     ???you???

I do not understand why <ios> was not the original choice.

Thanks,
Jeffrey D. Oldham
address@hidden

Attachment: Tiny.patch
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]