mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-02-17 21:34:10 -05:00
![Phenom](/assets/img/avatar_default.png)
/libretroshare/src/crypto/hashstream.cc:38: warning: friend declaration ‘template<class T> librs::crypto::HashStream& librs::crypto::operator<<(librs::crypto::HashStream&, const T&)’ is not visible to explicit specialization HashStream& operator<<(HashStream& u,const std::string& s) /libretroshare/src/crypto/hashstream.cc:44: warning: friend declaration ‘template<class T> librs::crypto::HashStream& librs::crypto::operator<<(librs::crypto::HashStream&, const T&)’ is not visible to explicit specialization HashStream& operator<<(HashStream& u,const uint64_t& n) /libretroshare/src/crypto/hashstream.cc:58: warning: friend declaration ‘template<class T> librs::crypto::HashStream& librs::crypto::operator<<(librs::crypto::HashStream&, const T&)’ is not visible to explicit specialization HashStream& operator<<(HashStream& u,const uint32_t& n) /libretroshare/src/crypto/hashstream.cc:72: warning: friend declaration ‘template<class T> librs::crypto::HashStream& librs::crypto::operator<<(librs::crypto::HashStream&, const T&)’ is not visible to explicit specialization HashStream& operator<<(HashStream& u,const uint8_t& n)