Files
ardour/libs
Robin Gareus 3b2b946d4e NO-OP: simplify code
find_next_ac_event, needs to find the next event *after* (but not
at) start.

std::upper_bound returns an iterator pointing to the first element
in the range [first, last) that is greater than value.
This is equivalent to using std::lower_bound an iterating until
finding the first element greater than.
2019-11-18 15:55:17 +01:00
..
2019-11-18 15:55:17 +01:00
2019-09-30 21:03:29 +02:00
2019-11-13 16:53:46 +01:00
2019-09-30 23:12:32 +02:00
2019-11-09 06:30:46 +01:00
2019-09-03 05:01:59 +02:00