Closed xnlcasad closed 2 years ago
Arm gcc complains about array.size() not being constexpr. This was not present with previous gcc versions. As a safe behaviour, transform the static_assert into a runtime assert.
Fix synchronised callbacks error due to narrowing conversion.
Arm gcc complains about array.size() not being constexpr. This was not present with previous gcc versions. As a safe behaviour, transform the static_assert into a runtime assert.
Fix synchronised callbacks error due to narrowing conversion.