Home » U++ Library support » U++ Core » Vector(const Vector& v, int)
Vector(const Vector& v, int) [message #46839] |
Fri, 26 August 2016 00:03  |
Novo
Messages: 1430 Registered: December 2006
|
Ultimate Contributor |
|
|
Hello,
What is a reason to keep the deep copy constructor Vector(const Vector& v, int)?
It prevents automatic generation of default copy constructor for classes using Vector. Default move constructor can be autogenerated, but copy constructor has to be coded manually.
Am I missing something?
TIA
Regards,
Novo
|
|
|
Goto Forum:
Current Time: Sat Apr 26 21:57:35 CEST 2025
Total time taken to generate the page: 0.00686 seconds
|