Comment by AdieuToLogic
Comment by AdieuToLogic 12 hours ago
You know what this doesn't show?
Visual C++ v4.2b generating an assignment operator which invoked the destructor of a returned object before assigning it to the lval.
That was fun to figure out. :-/
I remember a bug in an old Visual C++ that would fill your RAM and swap (therefore hard drive) if you forgot a semicolon at the end of a class, like:
To fix that, you had to kill the compiler process.