Boost logo

Ublas :

From: Maik Beckmann (maikbeckmann_at_[hidden])
Date: 2006-11-14 12:21:47


Am Dienstag, den 14.11.2006, 17:52 +0100 schrieb Maik Beckmann:

> But another weird thing happened to me. Compiling the example code by
> typing
> g++-4.1.1 test.cc -I/home/maik/cvs/boost/ -O3
> works fine, but doesn't when -DNDEBUG is added
> g++-4.1.1 test.cc -I/home/maik/cvs/boost/ -O3 -DNDEBUG
>

Solved. The code doesn't include boost/numeric/ublas/matrix.hpp

Sorry for the noise.

Maik