aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/predicate/document_features_store.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'searchlib/src/vespa/searchlib/predicate/document_features_store.cpp')
-rw-r--r--searchlib/src/vespa/searchlib/predicate/document_features_store.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchlib/src/vespa/searchlib/predicate/document_features_store.cpp b/searchlib/src/vespa/searchlib/predicate/document_features_store.cpp
index 3237dc84fc7..e267bf35403 100644
--- a/searchlib/src/vespa/searchlib/predicate/document_features_store.cpp
+++ b/searchlib/src/vespa/searchlib/predicate/document_features_store.cpp
@@ -198,7 +198,7 @@ DocumentFeaturesStore::insert(const PredicateTreeAnnotations &annotations, uint3
ref = _word_store.addWord(word);
_word_index.insert(ref, BTreeNoLeafData(), cmp);
}
- ranges.emplace_back(ref, range.from, range.to);
+ ranges.push_back({ref, range.from, range.to});
}
cur_refs._ranges = _ranges.add(ranges);
if (old_ranges_ref.valid()) {