freepooma-devel
[Top][All Lists]
Advanced

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

Patch: Vector.h: s/iosfwd/ios/g


From: Jeffrey Oldham
Subject: Patch: Vector.h: s/iosfwd/ios/g
Date: Tue, 29 May 2001 13:24:32 -0700
User-agent: Mutt/1.2.5i

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>.

2001 May 29  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     Julian Cummings

Thanks,
Jeffrey D. Oldham
address@hidden

Attachment: Tiny.patch
Description: Text document


reply via email to

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