mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-08-30 15:25:28 -04:00
Replace variable length arrays in the float specialization of MinSumAlgorithm::finalp() with std::vector storage. This removes reliance on compiler VLA extensions and keeps the temporary buffers managed by standard C++ containers. Signed-off-by: Robin Getz <[email protected]>