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

}