Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UiaInt's copy ctor should create a new remote copy too #6

Open
mlalic opened this issue May 12, 2020 · 0 comments
Open

UiaInt's copy ctor should create a new remote copy too #6

mlalic opened this issue May 12, 2020 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers UiaOperationAbstraction Issues that are related to the UiaOperationAbstraction C++ static library

Comments

@mlalic
Copy link
Contributor

mlalic commented May 12, 2020

UiaInt's copy constructor works differently from its assignment operator, in that it simply creates an "alias" for the same remote object, rather than creating a new "deep" copy. Not only should the copy ctor always work the same way as the assignment operator, but this is definitely unexpected behavior for consumers.

While a workaround exists, we should still fix this.

@mlalic mlalic added bug Something isn't working UiaOperationAbstraction Issues that are related to the UiaOperationAbstraction C++ static library labels May 12, 2020
@mlalic mlalic added the good first issue Good for newcomers label Oct 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers UiaOperationAbstraction Issues that are related to the UiaOperationAbstraction C++ static library
Projects
None yet
Development

No branches or pull requests

1 participant