Closed gotham13 closed 6 years ago
Fixes #1
The container was being passed by value. This was creating a new instance of the container in a different memory location. Thus the difference was a weird value. An & solved the issue
Will commit changes in #6 after this is merged to master to avoid merge conflicts
Thanks a lot. 🙂
Fixes #1
The container was being passed by value. This was creating a new instance of the container in a different memory location. Thus the difference was a weird value. An & solved the issue