privacore-open-source-searc.../FxBlobCacheInstantiation.cpp
2017-10-23 16:52:09 +02:00

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