From: Jon Jagger (Jon.Jagger_at_[hidden])
Date: 2000-02-06 03:54:15


I think there's a small buglet in the assignment for linked_ptr.
It reads....
      this_type & operator = (this_type & other) { ...
shouldn't it be
     this_type & operator = (const this_type & other) { ...

Cheers
Jon Jagger
We have two eyes, two ears and one mouth and we should use them in
proportion.