Boost logo

Boost :

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.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk