I have 2 files, X.h and main.cpp. under X.h, I have a template:
template class X{ //some code };
and in main.cpp,