Hi all,
Im building a variant class that I want to make work, but Im running into compiler issues; issues that highlight that I have no idea what is going on under the hood for operators in C++.
My class looks something like:
class Variant
{
public:
//Constructors
Variant(void) : type(V...