On 05-May-2000 Lars Gullik Bjønnes wrote:
> 
> Jürgen, the prolem with the current assignment operator is that the
> copy constructor does something different this means that code like:
> 
> Cell cell(tmpcell);
> 
> will not be equivalent to
> 
> Cell cell;
> cell = tmpcell;
> 
> Eithe the assignment operator is removed or a copy constructor is
> added.

But I don't have a copy-operator only the assignment! Where did you
see the copy operator?

      Jürgen

-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._

Dr. Jürgen Vigna                      E-Mail: [EMAIL PROTECTED]
Italienallee 13/N                     Tel:    +39-0471-450260
I-39100 Bozen                         Fax:    +39-0471-450296
ITALY                                 Web:    http://www.sad.it/~jug

Disclose classified information only when a NEED TO KNOW exists.

-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._

Reply via email to