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
Currently default parameter values are only allowed for regular functions. Not for function types, not for struct member or parameter functions. There is not technical obstacle here to do allow them. That would allow (for example) callback functions
to have default parameters.
I'm currently looking for disadvantages or other potential issues with this..
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Currently default parameter values are only allowed for regular functions. Not for function types, not for struct member or parameter functions. There is not technical obstacle here to do allow them. That would allow (for example) callback functions
to have default parameters.
I'm currently looking for disadvantages or other potential issues with this..
Beta Was this translation helpful? Give feedback.
All reactions