$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [smart_ptr] comparison of intrusive_ptr objects
From: Dmitry Vinogradov (sraider_at_[hidden])
Date: 2009-09-29 08:12:19
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.