$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Howard Hinnant (hinnant_at_[hidden])
Date: 1999-11-28 16:04:04
Dave Abrahams wrote on 11/28/99 4:06 PM
>> friend Distance operator - (const self& x, const self& y) {return x._i -
>> y._i;}
>
>Actually, I think that should be part of randomly_accessible, don't you?
I wish it was, but I don't think it is possible. Perhaps you're seeing
something I'm not?
-Howard