Fix some Coverity warnings.

This commit is contained in:
Robin Sommer 2016-08-02 11:38:07 -07:00
parent a273143e7d
commit 3adad5e19a
7 changed files with 27 additions and 8 deletions

View file

@ -77,6 +77,11 @@ protected:
*/
Tag& operator=(const Tag& other);
/**
* Move assignment operator.
*/
Tag& operator=(const Tag&& other);
/**
* Compares two tags for equality.
*/