// 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>; }