-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Unwind previous commit and restore original behaviour for binding, pending further investigation. Some functions like `EventQueue::call` require precisely matching argument types to get the correct overload, as before. Others like `EventQueue::event` permit compatible types for binding, and those handle the 0-5 bound arguments non-variadically in order to correctly locate the free arguments in deduction.
- Loading branch information
Showing
2 changed files
with
532 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.