What does this error mean?
Generic.h:25: error: \'Generic\' is not a template type
Here\'s Generic.
template
Check to see whether the #include directive immediately above Generic has a closing ; on its class definition. I saw that error once, and that was the cause.
#include
Generic
;