PikaLabs/floyd

赋值运算符不严谨

Closed this issue · 0 comments

void operator=(const Peer&);

DISALLOW_COPY_ASSIGN
我觉得写成 Peer & operator=(const Peer&); 会更严谨一些