* New: Interval::CompareByMinMax, lexicographical comparison of Intervals, first compare the lower bound (VMin) then the upper bound (VMax). Needed for IntervalTree. * Change: In IntervalTree, the key comparison was only based on the lower bound (VMin). That means that the tree would accept only one interval for a given VMin. You couldn't store both [1:4] and [1:5]. Now use CompareByMinMax that allows it. |
||
---|---|---|
.. | ||
cmake_modules | ||
doc | ||
src | ||
tests | ||
CMakeLists.txt |