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
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. Cheers, Joachim -- Interval Container Library [Boost.Icl] http://www.joachim-faulhaber.de
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.
Thanks, if there are any more I spot, I'll put them straight on the trac.
A few more: https://svn.boost.org/trac/boost/ticket/5207
participants (2)
-
Joachim Faulhaber
-
John Reid