Why didn’t `accumulate` make it into Ranges for C++20?
No, accumulate is a perfectly reasonable algorithm, and it’s not made obsolete by any other algorithm. The reason for it not being included in C++20 is simply a matter of time. It was considered better to add as much as possible with regards to ranges, without worrying about adding everything at once. Otherwise, there was … Read more