mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-08-06 19:06:30 -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>