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.
Make lambdas used in std::accumulate compatible with C++20 Tags None Subscribers None
Description
Details
|