Boost logo

Ublas :

From: Georg Baum (Georg.Baum_at_[hidden])
Date: 2006-08-24 14:03:33


Am Donnerstag, 24. August 2006 12:03 schrieb Jerry Swan:
> g++ 3.2.3 chokes on line 269 of traits.hpp:
> struct scalar_interval_type_traits : scalar_type_traits<T> {
>
> In addition, it complains about the specializations of type_traits for
specific intervals
> (type_traits<boost::numeric::interval<float> > etc) saying that they've
already been instantiated.
>
> Is this likely to be a function of header file ordering, is it broken, or
is there perhaps something else I'm doing wrong?

This is very difficult to find out without knwoing what you try to do.
Please send a complete minimal example program that demonstrates this
error.

Georg