$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (abrahams_at_[hidden])
Date: 2000-09-20 20:23:29
----- Original Message -----
From: "Joe Gottman" <joegottman_at_[hidden]>
> A few comments:
> 1) It would be nice if you could include open, half-open, and closed
ranges.
I guess if half_open were the default, it would be OK
> 2) Why did you have to inherit from std::pair? I don't think you gain
> anything by doing this.
My fault. I started it ;(
> 3) A method to get the intersection of two ranges would be useful.
Yes!