aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/queryeval/test/searchhistory.cpp
blob: bf63eabb4f1f77817d30df8db630b40334ee5799 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// Copyright Vespa.ai. 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;

}