summaryrefslogtreecommitdiffstats
path: root/searchlib
diff options
context:
space:
mode:
Diffstat (limited to 'searchlib')
-rw-r--r--searchlib/src/vespa/searchlib/attribute/enumstorebase.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/searchlib/src/vespa/searchlib/attribute/enumstorebase.h b/searchlib/src/vespa/searchlib/attribute/enumstorebase.h
index 70cb6abc0ea..6b5ba3eca56 100644
--- a/searchlib/src/vespa/searchlib/attribute/enumstorebase.h
+++ b/searchlib/src/vespa/searchlib/attribute/enumstorebase.h
@@ -166,7 +166,8 @@ public:
typedef EnumStoreIndex Index;
typedef EnumStoreIndexVector IndexVector;
typedef EnumStoreEnumVector EnumVector;
- using EnumIndexMap = vespalib::hash_map<Index, Index>;
+ using EnumIndexMap = vespalib::hash_map<Index, Index, vespalib::hash<Index>, std::equal_to<Index>,
+ vespalib::hashtable_base::and_modulator>;
class EntryBase {
protected: