|
This is an old question, I have seen it at least n times.
-------------------------------------------------- ----------------------------------
If it is not a reference,
Then the parameter itself needs to copy an object,
The copy of the object needs to call the copy structure,
The parameter of the copy construction is an object again, and the copy construction is called again...
Endless loop. . .
-------------------------------------------------- ----------------------------------
correct. |
|