Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
storage_proxy: adjust for C++20 std::accumulate() pass-by-value
C++20 passes the input to the binary operation by value (which is sensible), but is not compatible with C++17. Add some #if logic to support both methods. We can remove the logic when we fully transition to C++20. Message-Id: <[email protected]>
- Loading branch information