Attempting to reference a deleted function

Now, all of sudden, the C++ compiler decides to make copies of my exception class before throwing it. Well, apparently, it is allowed to do so. But for some other reason, that very same C++ compiler (wasn\'t gcc this time) decided that my classes shouldn\'t receive a default copy constructor, and complains that \"my\" code … Continue reading Attempting to reference a deleted function