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

Auto-function generation for default parameters #142

Open
wavewave opened this issue Nov 17, 2019 · 0 comments
Open

Auto-function generation for default parameters #142

wavewave opened this issue Nov 17, 2019 · 0 comments
Projects

Comments

@wavewave
Copy link
Owner

funcitons with default parameters like int foo( char a, int b=0, bool=true ) had better be handled automatically. Currently, it is just manually handled with alias.
Suggestion is foo_, foo__ bound to foo( char a, int b) and foo(char a), respectively.

@wavewave wavewave added this to Backlog in dev Nov 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Backlog
dev
  
Backlog
Development

No branches or pull requests

1 participant