mitaclaw 9bd1dae41d Modernize std::fill with ranges
In DSPCore.cpp, there were two `std::fill` uses that could be simplified using `std::fill_n`. Due to their proximity with other `std::fill` algorithms being modernized with ranges, I chose to make these examples into the rare `std::ranges::fill_n`.
2024-10-10 00:53:48 -07:00
..
2024-08-14 22:18:28 +02:00
2024-08-20 14:59:54 +02:00
2022-06-30 15:26:48 -05:00
2024-07-06 16:56:44 -05:00
2024-01-31 12:54:07 +01:00
2024-08-20 14:59:54 +02:00
2023-02-09 18:36:20 +13:00
2024-08-15 14:20:16 -07:00
2024-08-14 22:18:28 +02:00
2021-12-10 14:49:57 -08:00
2021-12-10 14:49:57 -08:00
2024-08-22 16:54:35 +03:00