]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
Fix the operator== for irc::string -> std::string to be const&, the lack of const...
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Sat, 10 Mar 2007 15:29:47 +0000 (15:29 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Sat, 10 Mar 2007 15:29:47 +0000 (15:29 +0000)
commit07ca4f5789bb54f9bfe0e24e68c5515d9708d9ee
tree04304828cac45c3e7531196784687e4f38100c8d
parent902f5b36810fa8d367dacb6895f79d58afd619a1
Fix the operator== for irc::string -> std::string to be const&, the lack of const was stopping them being used in certain situations, this saves us a bunch of assign()

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6643 e03df62e-2008-0410-955e-edbf42e46eb7
include/hashcomp.h
include/u_listmode.h
src/hashcomp.cpp