$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Ilya Chvetsov(work) (chvetsov_at_[hidden])
Date: 2003-07-31 08:21:54
Hi, boosters!
I have a question: why intrusive_ptr does not have operator == with
following signature:
template<class T>
bool operator == (T !const!* a, intrusive_ptr<T> const & b);
-Ilya