summaryrefslogtreecommitdiffstats
path: root/searchlib
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@oath.com>2018-11-28 19:04:12 +0100
committerHenning Baldersheim <balder@oath.com>2018-11-28 19:04:12 +0100
commit13b0ebdd56a3c875ed3a9abd0f3abd8d574db61c (patch)
tree93ec41408c7555551c01880edee4c55c72d01c24 /searchlib
parent01a55c11e32198bad0f18921b1b9943735c00fcd (diff)
Follow template instantiation.
Diffstat (limited to 'searchlib')
-rw-r--r--searchlib/src/vespa/searchlib/attribute/enumstorebase.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/searchlib/src/vespa/searchlib/attribute/enumstorebase.cpp b/searchlib/src/vespa/searchlib/attribute/enumstorebase.cpp
index f829016fd30..20c66993486 100644
--- a/searchlib/src/vespa/searchlib/attribute/enumstorebase.cpp
+++ b/searchlib/src/vespa/searchlib/attribute/enumstorebase.cpp
@@ -636,4 +636,6 @@ namespace attribute {
}
-template class vespalib::hash_map<search::EnumStoreIndex, search::EnumStoreIndex>;
+template class vespalib::hash_map<search::EnumStoreIndex, search::EnumStoreIndex,
+ vespalib::hash<search::EnumStoreIndex>, std::equal_to<search::EnumStoreIndex>,
+ vespalib::hashtable_base::and_modulator>;