Home GnuPG

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

Description

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.

Details

Provenance
ikloeckerAuthored on May 30 2022, 11:29 PM
Parents
rKLEOPATRAc5a4426573e7: SVN_SILENT made messages (.desktop file) - always resolve ours
Branches
Unknown
Tags
Unknown