[Insight-users] Borland 6 Build error

Luis Ibanez luis.ibanez@kitware.com
Mon, 25 Nov 2002 09:42:32 -0500


Hi Jim,

That's true, John pointed out the same problem.

We may want to go with the explicit instantiation
of ImageRegion<1> and probably just exclude
SliceRegion and Slice() from this explicit
instantiation.

Do you think this could work ok ?

Luis

==================================================

Miller, James V (Research) wrote:
> If we make this change, won't we have a problem with 1D images?  SliceRegion 
> will then be an ImageRegion<0> which the compiler is not going to like (all 
> the arrays will be zero length).
> 
> 
>