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

Bug in copy operator of class OpcUaArray #224

Closed
huebl opened this issue May 17, 2019 · 2 comments
Closed

Bug in copy operator of class OpcUaArray #224

huebl opened this issue May 17, 2019 · 2 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@huebl
Copy link
Contributor

huebl commented May 17, 2019

Describe the bug
The copy operator does not use the other parameter

@huebl huebl added the bug Something isn't working label May 17, 2019
@huebl huebl self-assigned this May 17, 2019
Copy link
Contributor Author

huebl commented May 17, 2019

Looks like copy constructor of OpcUaArray not use other:

template<typename T, typename CODER>

And there must be something else

if (pos+1 > actArrayLen_) {

View in Slack

@huebl huebl added this to To Do in Release-4.0.0 Jul 20, 2019
@huebl huebl added this to the Release 4.0.0 milestone May 14, 2020
@huebl
Copy link
Contributor Author

huebl commented Aug 30, 2020

Is already done. The Issue can be closed.

@huebl huebl closed this as completed Sep 3, 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
Projects
Release-4.0.0
  
To Do
Development

No branches or pull requests

1 participant