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

namespace search::fakedata {

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

}