[Insight-developers] SmartPointer comparison operators

Luis Ibanez luis.ibanez@kitware.com
Thu, 09 May 2002 08:24:19 -0400


Aljaz,

Yes,
comparisons should be const members.
(and not only in SmartPointers...)

I'll change that.

Thanks for pointing this out.

Luis


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

Aljaz Noe wrote:
> Hi!
> 
>  
> 
> Question: Shouldn't comparison operators (<, >, >=, <=, ...) in SmartPointer class be declared as const member functions?
> 
>  
> 
> Aljaz
> 
>  
>