Boost logo

Ublas :

From: Michael Stevens (mail_at_[hidden])
Date: 2005-08-16 10:38:50


On Tuesday 16 August 2005 15:08, Neal Becker wrote:
> BTW, I'm really having a hard time with something that should be obvious.
> In storage.hpp, we have:
> // Unbounded array - with allocator
> template<class T, class ALLOC>
> class unbounded_array:

All the default template parameters are defined in "fwd.hpp". This is included
at the end of "config.hpp" and thus always before the definition of any uBLAS
class templates definitions.

Michael