21 Feb
2011
21 Feb
'11
12:31 p.m.
On 20/02/11 00:34, Joachim Faulhaber wrote:
2011/2/18 John Reid
: I'm not sure if I'm getting the wrong end of the stick from the docs or perhaps I should raise this sort of thing as a bug report?
#include
namespace icl = ::boost::icl; void interval_set_intersects() { icl::lower( icl::interval_set< int>() ); }
Hi John,
thank you again for spotting errors in the ICL. I have fixed the compilation problems for the functions lower, upper, intersects and disjoint on interval containers for the affected overloads. The changes are committed to the trunk and tests have been added.
Thanks, if there are any more I spot, I'll put them straight on the trac. Cheers, John.