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

Refactor window handling to use boost::function instead of static function pointers #91

Merged
merged 2 commits into from
Jan 8, 2016

Conversation

ooxi
Copy link
Owner

@ooxi ooxi commented Jan 8, 2016

Therefore no dynamic casting and type checking at runtime is necessary. Furthermore handlers can easily contain state and accept more arguments.

…ction pointers

Therefore no dynamic casting and type checking at runtime is necessary. Furthermore handlers can easily contain state and accept more argumets.
ooxi added a commit that referenced this pull request Jan 8, 2016
 Refactor window handling to use boost::function instead of static function pointers.

Therefore no dynamic casting and type checking at runtime is necessary. Furthermore handlers can easily contain state and accept more arguments.
@ooxi ooxi merged commit c017d63 into master Jan 8, 2016
@ooxi ooxi deleted the feature/boost-window-handler branch January 8, 2016 19:59
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.

1 participant