Commit 5e0c2720 authored by Max Kellermann's avatar Max Kellermann

TagBuilder: make conversion constructors "explicit"

parent d99bdca0
...@@ -64,8 +64,8 @@ public: ...@@ -64,8 +64,8 @@ public:
TagBuilder(const TagBuilder &other) = delete; TagBuilder(const TagBuilder &other) = delete;
TagBuilder(const Tag &other); explicit TagBuilder(const Tag &other);
TagBuilder(Tag &&other); explicit TagBuilder(Tag &&other);
TagBuilder &operator=(const TagBuilder &other); TagBuilder &operator=(const TagBuilder &other);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment