Forward declaring a typedef for a template class [duplicate]
This question already has answers here: Forward declaration of a typedef in C++ (11 answers) Closed 10 years ago. I know a typedef cannot be forward declared in C++, but I wonder what may be the best solution for the following problem. I have a header file which declares MyClass like this: #include <TemplateClassHeaders> struct […]