$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [ICL] cardinality of float interval
From: John Reid (j.reid_at_[hidden])
Date: 2011-02-18 04:31:20
On 18/02/11 00:01, Joachim Faulhaber wrote:
> I know ... this design is questionable.
It is well-defined though.
>
> Are you using the cardinality function on float intervals in real use cases?
No, I'm writing a wrapper around icl using boost.python so I can use the
functionality in some genomic applications I'm working on. I imagine int
intervals will be the only ones I use. I'm trying to make the wrapper
reasonably complete though. I did expect to have a compile error on this
one but it is no biggie.
Regards,
John.