$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Valentin Bonnard (Bonnard.V_at_[hidden])
Date: 1999-11-10 12:22:31
Dave Abrahams wrote:
> P.P.S. The definition of op<, etc. for shared_ptr should use std::less<T*>,
> which is well defined for all pairs of T* (just using < is not).
The definition of less<shared_(ptr|array)> should do that. < should
not be defined for these types, because you cannot have two unequal
shared_(ptr|array) pointing in the same array/struct.
-- Valentin Bonnard