Skip to content

genesys: Use correct type for std::plus

This PR updates incorrect type for std::plus in a call to std::accumulate. The type used to sum the elements must be able to hold the complete sum. cc @paddy-hack

Merge request reports