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

Direct initialization of built-in type produce extra ");" #217

Closed
simvv-exe opened this issue Jul 30, 2019 · 1 comment
Closed

Direct initialization of built-in type produce extra ");" #217

simvv-exe opened this issue Jul 30, 2019 · 1 comment
Labels
bug Something isn't working

Comments

@simvv-exe
Copy link

simvv-exe commented Jul 30, 2019

this
int i(0);
yields
int i = 0; );
thanks in advance

@andreasfertig andreasfertig added the bug Something isn't working label Jul 30, 2019
@andreasfertig
Copy link
Owner

Hello @RB37,

thanks for spotting that. A fix is on its way.

Andreas

andreasfertig added a commit that referenced this issue Jul 30, 2019
Fixed #217: Better search for ; in case of an init with parens.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants