mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-08-07 03:16:40 -04:00
a1391d52a2
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 <rgetz503@gmail.com>