Subject: Re: [boost] [smart_ptr] comparison of intrusive_ptr objects
From: Gottlob Frege (gottlobfrege_at_[hidden])
Date: 2009-09-29 11:40:33


On Tue, Sep 29, 2009 at 8:12 AM, Dmitry Vinogradov <sraider_at_[hidden]> wrote:
> Does anybody know why intrusive_ptr has ==, != and < operators, but the rest
> ones are missing (i.e. >, <=, >=)?
> It makes hard to use intrusive_ptr in generic code.
>

Search for the subject line:

    Please don't define a fake"operator<"just for ordered containers"

in the boost archives.
ie starting at or around
   http://listarchives.boost.org/Archives/boost/2006/07/107267.php

Make sure to continue into the next month, and the next,...
Happy reading.

Tony