Avoid binding to a temporary
Fixes the warning: loop variable ‘task’ of type
‘const std::shared_ptr<Kleo::Crypto::Task>&’
binds to a temporary constructed from type
‘const std::shared_ptr<Kleo::Crypto::SignEncryptTask>’
Avoid binding to a temporary Tags None Subscribers None
Description
Details
|