Home > Back-end >  Copy constructor
Copy constructor

Time:09-26

If according to define the copy constructor, the compiler will generate synthetic version of the copy constructor??

CodePudding user response:

No,
Otherwise there will be two copy constructor form conflict,
  • Related