Hello,
Been away from c++ for a few months now (apart from answering a few questions on this site). I was trying to see if i could do a simple program using just my memory that involved unique_ptr's, but getting an error:
"attempting to reference a deleted function". I thought that by getting a reference to my pointer would not invoke a copy constructor but i'm clearly wrong.
Any ideas on how best to fix this?
Cheers in advance.