You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy constructors are not copying references by design - however, in the case of contained references it might be appropriate to copy references. This is complicated by the fact that whether the copy is appropriate depends on where the original copy started.
The text was updated successfully, but these errors were encountered:
Copy constructors are not copying references by design - however, in the case of contained references it might be appropriate to copy references. This is complicated by the fact that whether the copy is appropriate depends on where the original copy started.
The text was updated successfully, but these errors were encountered: