Skip to content
Commit 4e9fd967 authored by Ingo Klöcker's avatar Ingo Klöcker Committed by Ingo Klöcker
Browse files

Make lambdas used in std::accumulate compatible with C++20

The first argument cannot be T& because the reference is removed when
the first argument that is passed to the binary operation is moved.
parent c5a44265
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment