mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-08-08 16:57:26 -04:00
1a85082dac
Replace variable length arrays in MinSumAlgorithm::finalp() with a std::vector buffers. Variable length arrays are a compiler extension and are not part of standard C++. The replacement preserves the existing contiguous memory layout while avoiding non-standard stack allocations. Signed-off-by: Robin Getz <rgetz503@gmail.com>