diff options
Diffstat (limited to 'lang/cpp/src/key.h')
| -rw-r--r-- | lang/cpp/src/key.h | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/lang/cpp/src/key.h b/lang/cpp/src/key.h index e8d7ee23..85b16dfc 100644 --- a/lang/cpp/src/key.h +++ b/lang/cpp/src/key.h @@ -391,6 +391,9 @@ private:      gpgme_key_sig_t sig;  }; +GPGMEPP_EXPORT std::ostream &operator<<(std::ostream &os, const UserID &uid); +GPGMEPP_EXPORT std::ostream &operator<<(std::ostream &os, const Key &key); +  } // namespace GpgME  GPGMEPP_MAKE_STD_SWAP_SPECIALIZATION(Key) | 
