$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Douglas Gregor (gregod_at_[hidden])
Date: 2002-09-25 17:05:48
On Wednesday 25 September 2002 05:49 pm, Eric Woodruff wrote:
> Well, I meant an std::pair, I need it for run time.
>
> I ended up just writing one, but it seemed like something that might
> already exist.
I guess I won't check in this BOOST_PP_INTERSECT code, then.
The recently-accepted Interval arithmetic library does range intersection, but
not for std::pair.
Doug