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

[fix] remove superfluous ofParameter ctor #8218

Merged
merged 1 commit into from
Nov 28, 2024

Conversation

artificiel
Copy link
Contributor

#8132 introduced a templated constructor for ofParameter, with more precise conversions rules. some init circumstances documented in #8216 reveals that it covers more territory than initially figured, and creates ambiguity between deductions and linker. removing the const & ctor resolves the ambiguity (the templated ctor consumes the case just as well). closes #8216

@artificiel artificiel changed the title [ifx] remove superfluous ofParameter ctor [fix] remove superfluous ofParameter ctor Nov 28, 2024
@dimitre dimitre merged commit ffbb1be into openframeworks:master Nov 28, 2024
5 of 15 checks passed
@artificiel artificiel deleted the paramconst branch November 29, 2024 02:40
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.

ofEventListeners with ofParameter in a lambda
2 participants