// This is an explicit instantiation so that separate compilation // works for templates. #include using namespace std; #include "MemoryCell.cpp" template class MemoryCell;