aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/test/fakedata/bitdecode64.cpp
blob: 617f371df946d25e1ea07541ae4d32286720860b (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 "bitdecode64.h"

namespace search::fakedata {

template class BitDecode64<true>;
template class BitDecode64<false>;

}