-
Notifications
You must be signed in to change notification settings - Fork 110
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
Use of const String in receive parameter #51
Comments
Nevermind, I got it to work |
Reopened as this is indeed impossible |
This comment was marked as abuse.
This comment was marked as abuse.
What's the reason for that? It feels like completely natural semantics. |
This comment was marked as abuse.
This comment was marked as abuse.
This comment was marked as abuse.
This comment was marked as abuse.
Of course I can preprocess. But I also want the language itself to have good properties. The compiler should just replace const string with its content first. |
This comment was marked as abuse.
This comment was marked as abuse.
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following code should work:
Currently it report error
Syntax error: expected ":"
The text was updated successfully, but these errors were encountered: