mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-08-31 15:56:48 -04:00
Replace variable length arrays in LambdaMinAlgorithm::finalp() with std::vector storage. Update nth_element() usage to operate on vector iterators while removing the non-standard VLA usage. Signed-off-by: Robin Getz <rgetz503@gmail.com>