aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@online.no>2023-03-24 16:50:32 +0100
committerTor Egge <Tor.Egge@online.no>2023-03-24 16:50:32 +0100
commit7fa6c5dde45b61787b6c61d745288e28c66d347f (patch)
treed855559addc37dda5f5daf8cd619e22d50a81942 /searchlib
parentbdf8b72f4ac27ce4199034f79c0f70b10b7590a3 (diff)
Adjust explicit instantiations of BufferType and Array.
Diffstat (limited to 'searchlib')
-rw-r--r--searchlib/src/vespa/searchlib/attribute/postingchange.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/searchlib/src/vespa/searchlib/attribute/postingchange.cpp b/searchlib/src/vespa/searchlib/attribute/postingchange.cpp
index 0ce0c50f718..a49a17470d7 100644
--- a/searchlib/src/vespa/searchlib/attribute/postingchange.cpp
+++ b/searchlib/src/vespa/searchlib/attribute/postingchange.cpp
@@ -350,3 +350,10 @@ template WeightedPostingChangeMap PostingChangeComputerT<ValueIndex, WeightedPos
const EnumIndexMapper &);
}
+
+namespace vespalib {
+
+template class Array<search::AttributePosting>;
+template class Array<search::AttributeWeightPosting>;
+
+}