aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/queryeval/test/searchhistory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'searchlib/src/vespa/searchlib/queryeval/test/searchhistory.cpp')
-rw-r--r--searchlib/src/vespa/searchlib/queryeval/test/searchhistory.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/searchlib/src/vespa/searchlib/queryeval/test/searchhistory.cpp b/searchlib/src/vespa/searchlib/queryeval/test/searchhistory.cpp
new file mode 100644
index 00000000000..700b951d8ca
--- /dev/null
+++ b/searchlib/src/vespa/searchlib/queryeval/test/searchhistory.cpp
@@ -0,0 +1,11 @@
+// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+
+#include "searchhistory.h"
+
+namespace search::queryeval::test {
+
+SearchHistory::Entry::Entry(const Entry&) = default;
+
+SearchHistory::Entry& SearchHistory::Entry::operator=(const Entry&) = default;
+
+}