aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/vespa/vespalib/fuzzy/table_dfa.cpp
blob: cc496597ba6e9fad022756a18fda519dd2a380bb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
// Copyright Vespa.ai. 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>;

}