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
Hi,
See sample code:
Sample
When replacing const auto & str with const string & str it works.
const auto & str
const string & str
The text was updated successfully, but these errors were encountered:
Hi Victor,
congratulations this is the first official crash report!!! :-)
I aim to release a major update today. After that I will add the fix to this issue (typical nullptr problem :-()
Sorry, something went wrong.
Fixed Issue #41: Segfault with generic lambda.
decd6ec
The problem was a nullptr in the CXXOperatorCallExpr.
85a0c03
Merge pull request #43 from andreasfertig/fixIssue41
e74fd6d
andreasfertig
No branches or pull requests
Hi,
See sample code:
Sample
When replacing
const auto & str
withconst string & str
it works.The text was updated successfully, but these errors were encountered: