We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
this int i(0); yields int i = 0; ); thanks in advance
int i(0);
int i = 0; );
The text was updated successfully, but these errors were encountered:
Hello @RB37,
thanks for spotting that. A fix is on its way.
Andreas
Sorry, something went wrong.
Fixed #217: Better search for ; in case of an init with parens.
0a35939
994ed53
Merge pull request #218 from andreasfertig/fixIssue217
d0dcdee
No branches or pull requests
this
int i(0);
yields
int i = 0; );
thanks in advance
The text was updated successfully, but these errors were encountered: