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
Right now, to use kgr::Autocall with a relatively nice syntax, you must use a macro that expands into kgr::Method with the name of the function present two times.
With C++17, we could define kgr::AutoCall a bit like that:
Right now, to use
kgr::Autocall
with a relatively nice syntax, you must use a macro that expands intokgr::Method
with the name of the function present two times.With C++17, we could define
kgr::AutoCall
a bit like that:The text was updated successfully, but these errors were encountered: