mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-19 05:06:31 +01:00
This resolves an ambiguity between abs(int) and std::abs(T) which depends on context and compiler version and optimization. In context of #9057, (gcc-6.3 -O3) math.h `abs(int)` was used. This truncated the superclock value to 31 bit in ControlList::extend_to. |
||
|---|---|---|
| .. | ||
| bbt_time.h | ||
| beats.h | ||
| debug.h | ||
| range.h | ||
| superclock.h | ||
| tempo-experiment.h | ||
| tempo.h | ||
| time.h | ||
| timeline.h | ||
| types.h | ||
| types_convert.h | ||
| visibility.h | ||