$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (abrahams_at_[hidden])
Date: 2000-11-30 07:35:59
> At Wednesday 00/11/29 14:30, Beman wrote:
> >
> >I don't know if it would be worth coming up with a named function which
did
> >arg1 < arg2 < arg3. That might eliminate some of the issues.
> >
> >--Beman
I think that function is or ought to be part of the [half-open] range
abstraction we've discussed here on the list. Then you can write things like
r.contains(), r.strictly_contains(), etc.
-Dave