$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Valentin Bonnard (Bonnard.V_at_[hidden])
Date: 2000-09-04 18:02:03
> For the same reason that type_info does not
> support operator<, neither should ref.
But type_info should provide less<type_info>. The only
excuse for not providing it is that you cannot put
type_info in containers anyway.
I think that every type which can go in a container and
has operator== defined should provide less or operator<.
-- Valentin Bonnard