You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hook installs should have the methodinfo* parameter. Ideally we have a scenario such that for hooks that do not have a methodinfo*, (match or find hooks specifically) we can implicitly add one, and for hooks that have them as the final parameter, do not change the signature at all.
Two template specializations on final match for hooking constructs. Each will perform their work under the hood.
Possibly out of scope but relevant: force swap everything to use wrapper hooks?
The text was updated successfully, but these errors were encountered:
Hook installs should have the methodinfo* parameter. Ideally we have a scenario such that for hooks that do not have a methodinfo*, (match or find hooks specifically) we can implicitly add one, and for hooks that have them as the final parameter, do not change the signature at all.
Two template specializations on final match for hooking constructs. Each will perform their work under the hood.
Possibly out of scope but relevant: force swap everything to use wrapper hooks?
The text was updated successfully, but these errors were encountered: