$include_dir="/home/hyper-archives/ublas/include"; include("$include_dir/msg-header.inc") ?>
From: Maik Beckmann (maikbeckmann_at_[hidden])
Date: 2007-01-22 06:20:24
Hello!
In
boost/numeric/bindings/traits/type.h
at boost-sandbox,
this :
<code>
typedef
struct
double cmplx[2] ;
} dcomplex_t ;
</code>
shoulde be :
<code>
typedef
struct {
double cmplx[2] ;
} dcomplex_t ;
</code>
Regards,
Maik