aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/vespa/vespalib/fuzzy/table_dfa.cpp
blob: 943349818fbe7f1e3d9ff93d7f3b0b46b869c2d4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.

#include "table_dfa.hpp"

namespace vespalib::fuzzy {

template class TableDfa<1>;
template class TableDfa<2>;

}