@ -54,6 +54,10 @@ public:
{
return in.getHash() == getHash();
}
bool operator!=(const Description& in) const
return !operator==(in);
};
static constexpr size_t BUFFER_DEPTH = 8;
The note is not visible to the blocked user.