Home GnuPG
Diffusion GPGME f02c20cc9c57

cpp: Fix building with C++11

Description

cpp: Fix building with C++11

* lang/cpp/src/importresult.cpp (ImportResult::mergeWith): Replace
'auto' in lambdas with the actual type.

Generic lambdas require C++14.

Details