-
Notifications
You must be signed in to change notification settings - Fork 539
[C++]: Composite type generation #641
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Labels
Comments
I think code below should be if-ed
|
Things could be re-arranged so that the method is not generated by treating the composite differently than the normal messages. And probably could make a few other optimizations while at it. |
tmontgomery
referenced
this issue
Feb 5, 2019
Correct @tmontgomery. |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
C++ generator produce
*Id()
fields for composite type elements. Is there any reason for that?Elements from composite type don't have property
id
and generated methods always return 0.The text was updated successfully, but these errors were encountered: