summaryrefslogtreecommitdiffstats
path: root/searchlib
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@broadpark.no>2020-04-14 11:21:39 +0200
committerTor Egge <Tor.Egge@broadpark.no>2020-04-14 11:23:45 +0200
commitf4288515c9b553c8bbdea5dca1c49e92da0ebfc2 (patch)
treece279e8a4b97cd109d9bffbeaa1a77ec47cc7681 /searchlib
parentcb9a25fd2ab04dbb2024bbbdc2c8036af247ffe2 (diff)
Add explicit instantiation of RcuVectorBase<search::datastore::AtomicEntryRef>.
Diffstat (limited to 'searchlib')
-rw-r--r--searchlib/src/vespa/searchlib/tensor/hnsw_graph.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/searchlib/src/vespa/searchlib/tensor/hnsw_graph.cpp b/searchlib/src/vespa/searchlib/tensor/hnsw_graph.cpp
index b6b3e670f08..10113160263 100644
--- a/searchlib/src/vespa/searchlib/tensor/hnsw_graph.cpp
+++ b/searchlib/src/vespa/searchlib/tensor/hnsw_graph.cpp
@@ -81,3 +81,9 @@ HnswGraph::histograms() const
}
} // namespace
+
+namespace vespalib {
+
+template class RcuVectorBase<search::datastore::AtomicEntryRef>;
+
+}