$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2002-11-18 12:05:05
From: "hugo duncan" <hugo.duncan_at_[hidden]>
> On Sun, 17 Nov 2002 23:13:37 +0200, "Peter Dimov" <pdimov_at_[hidden]>
wrote:
> > implication, operator== and operator<. None of my projects use them
although
>
> I am using the operators (which aren't defined on the result of get
> but on the address of the counted base), as I have a map of weak pointers.
Oops. I meant op== and op!=. op< stays. map<weak_ptr<>, X> is important.