diff options
| author | ljfa-ag <ljfa-ag@web.de> | 2015-06-29 22:26:48 +0200 |
|---|---|---|
| committer | ljfa-ag <ljfa-ag@web.de> | 2015-06-29 22:26:48 +0200 |
| commit | 66b64d57b711dd4b3bf805bc4a325d9448378fe3 (patch) | |
| tree | 6a7792155a994f6e59b9020a3c542ad2189f5bd1 /include | |
| parent | 69fcbd0fd080aa3e7522040c1abc6394e7a1e390 (diff) | |
| download | Project-Tick-66b64d57b711dd4b3bf805bc4a325d9448378fe3.tar.gz Project-Tick-66b64d57b711dd4b3bf805bc4a325d9448378fe3.zip | |
Remove comparison operators for tag_string
Diffstat (limited to 'include')
| -rw-r--r-- | include/tag_string.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/tag_string.h b/include/tag_string.h index 1daa0c2c6b..964e1532ee 100644 --- a/include/tag_string.h +++ b/include/tag_string.h @@ -36,9 +36,6 @@ public: tag_string(const std::string& str); tag_string(std::string&& str = ""); - bool operator==(const std::string& rhs) const; - bool operator!=(const std::string& rhs) const; - operator std::string&(); operator const std::string&() const; const std::string& get() const; |
