I dont know why debugger always give an error implicitly deleted copy constructor, if i was implement the object storage as unordered map instead of vector. Theres must be some mistake that imply unordered_map cant copy the AbstractObject but i dont know where exacly it is
I dont know why debugger always give an error implicitly deleted copy constructor, if i was implement the object storage as unordered map instead of vector. Theres must be some mistake that imply unordered_map cant copy the AbstractObject but i dont know where exacly it is