I'm trying to compile a project in Visual Studio 2015 and I'm getting compile errors that, frankly, don't make any sense. They're all related to this class:
I'm getting messages related to ostream being undefined, declaration/definition mismatches, and 'T' is not a valid template type argument for parameter 'T'. Could someone look over my code and see if anything is amiss, because I can't find anything wrong.
However, we don't compile headers, and template code isn't compiled at all unless it is instantiated/used, so we don't have the complete code that is causing the issue.