Hi,
I think the operator mustn't mutate the hash functor, i.e. change
size_t operator() (const CharString &key) {
into:
size_t operator() (const CharString &key) const {
Regards,
David
Freie Universität Berlin
http://www.inf.fu-berlin.de/
Institut für Informatik
Phone: +49 30 838 75137
Takustraße 9 Algorithmic Bioinformatics
14195 Berlin Room 020
Am 14.09.2012 um 17:31 schrieb Oliver Stolpe <oliver.stolpe@fu-berlin.de>:
Hello, |