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

OverlapCallback: copy constructor #383

Conversation

robertocapuano
Copy link

Fix resolves a compilation error on Xcode: copy constructor is needed in line 202, 207.

Return-Value-Optimization is an optimization and doesn't exclude to have a default copy constructor.

Fix resolves a compilation error on Xcode: copy constructor is neede in line 202, 207
@robertocapuano robertocapuano changed the title Update OverlapCallback.h OverlapCallback: copy constructor Jun 6, 2024
@DanielChappuis DanielChappuis changed the base branch from master to develop June 13, 2024 05:11
@DanielChappuis DanielChappuis merged commit b6baba0 into DanielChappuis:develop Jun 13, 2024
@DanielChappuis
Copy link
Owner

Thanks a lot for your fix. I have merged this into the develop branch. This will be available in the next release of the library.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants