-
-
Notifications
You must be signed in to change notification settings - Fork 242
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
Incorrect type of a function returning a reference to an array #74
Comments
Hello languagelawyer, thanks for reporting that. I'll have a look into it for how to fix it. |
Prolly the easiest way to fix this is to use trailing return type. |
Fixed #74: Support array reference as return type.
I just pushed a fix. Let me know what you think. It is without trailing return type and it passed all my existing tests. |
I've already tested it at the cppinsights.io |
Yeah the way is ugly. I insert it in the string. But I used this system already. |
For the following code
Insight produces (array declaration is skipped)
whilst it shall be
The text was updated successfully, but these errors were encountered: