File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,6 @@ int main()
48
48
std::cout << "[ " << i.low() << ", " << i.high() << "] \n";
49
49
}
50
50
51
- using lib_interval_tree::open;
52
51
// dynamic has some logic overhead.
53
52
interval_tree<interval<int, dynamic>> dynamicIntervals;
54
53
dynamicIntervals.insert({0, 1, interval_border::closed, interval_border::open});
@@ -369,8 +368,8 @@ Lower bound.
369
368
### value_type high() const
370
369
Upper bound.
371
370
### \[\[ deprecated\]\] bool overlaps(value_type l, value_type h) const
372
- Overlap these bounds with this interval (closed) ?
373
- Is deprecated because the overlapping only works with closed intervals .
371
+ Overlap these bounds with this interval?
372
+ Is deprecated because the overlapping does not work with the dynamic interval type .
374
373
### bool overlaps_exclusive(value_type l, value_type h) const
375
374
Overlap these bounds with this interval excluding borders?
376
375
### bool overlaps(interval const& other) const
You can’t perform that action at this time.
0 commit comments