8 lines
209 B
C++
8 lines
209 B
C++
#include "FxBlobCache.cpp"
|
|
#include <cstdint>
|
|
|
|
//Explicit instantiation of template instances so the header file doesn't have
|
|
//to include all the implementation details.
|
|
|
|
template class FxBlobCache<int32_t>;
|