Files
ardour/libs
Robin Gareus 18fe2e2c4e Fix C++11/14 array initialization (clang < 3.7)
C++11 array initialization won't call copy constructor, leading to
an error: array initializer must be an initializer list.

Specifically this affects the copy c'tor: line 93: peaks (other.peaks)

A workaround is to use a vector instead of a fixed size array.
This fixes macOS builds.
2021-12-27 16:42:26 +01:00
..
2021-07-23 01:37:46 +02:00
2021-12-11 14:42:36 +01:00
2021-07-03 19:07:25 +02:00
2021-09-27 16:28:44 +02:00
2021-09-25 00:01:23 +02:00
2021-03-01 22:14:38 +01:00
2021-09-25 00:01:23 +02:00