hashed string is copyable/moveable now

This commit is contained in:
Michele Caini
2019-04-01 14:40:24 +02:00
parent 5fabca3616
commit 4660f58653

View File

@@ -170,7 +170,7 @@ public:
}
private:
const hash_type hash;
hash_type hash;
const char *str;
};