Boost logo

Ublas :

From: Gunter Winkler (guwi17_at_[hidden])
Date: 2006-09-14 10:45:27


On Thursday 14 September 2006 16:27, Alion Sci wrote:
> What headers do I need? I thought I had that taken care of but apparently
> not. Here is my full code, it doesn't do anything yet because it is just
> test code. Once I figure this problem out then I can update my real
> project. Thanks.

(after removing some "*" and including "io.hpp")

Your code compiles fine with g++ (3.3, 3.4, 4.0, 4.1) and boost 1.33.1 and
CVS-Head. What compiler do you use?

If you get lots of errors about std::basic_ostream<...> the "io.hpp" is
missing.

mfg
Gunter