]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/hashcomp.cpp
irc::string assign(std::string&)
[user/henk/code/inspircd.git] / src / hashcomp.cpp
index 67dec4e852c12d1b575849aa681658715639c257..6154a4b55cc3713931989e0e9491371e5ae14583 100644 (file)
@@ -604,3 +604,13 @@ unsigned char irc::dynamicbitmask::GetSize()
        return bits_size;
 }
 
+std::string assign(const irc::string &other)
+{
+       return other.c_str();
+}
+
+irc::string assign(const std::string &other)
+{
+       return other.c_str();
+}
+