04-19-2014, 09:17 PM -
Sounds like an issue with the move constructor:
http://en.cppreference.com/w/cpp/languag...onstructor
I have never had this issue before so others can probably elaborate better than me, but isn't the issue because of the copy constructor is implicitly deleted using the move constructor?
http://en.cppreference.com/w/cpp/languag...onstructor
I have never had this issue before so others can probably elaborate better than me, but isn't the issue because of the copy constructor is implicitly deleted using the move constructor?