mirror of
https://github.com/privacore/open-source-search-engine.git
synced 2025-02-02 03:38:43 -05:00
7 lines
190 B
C++
7 lines
190 B
C++
#include "FxBlobCache.cpp"
|
|
|
|
//Explicit instantiation of template instances so the header file doesn't have
|
|
//to include all the implementation details.
|
|
|
|
template class FxBlobCache<int32_t>;
|