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

[C++ Generator]:Incorrect generation of arrays within groups #521

Merged
merged 1 commit into from
Oct 12, 2017

Conversation

acarlile
Copy link
Contributor

@acarlile acarlile commented Oct 12, 2017

I found an issue when using the java SBE tool to generate C++ code. When generating Array fields within groups the code does not compile due to the return class name on the generated Put methods being set to the group name rather than the class name. The non array fields were ok as the string generation methods call formatClassName for the return type but on the array builder it does not. I couldn't see any reason not to convert to the class name when calling generateFields so did so there.

@tmontgomery tmontgomery merged commit 7831871 into real-logic:master Oct 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants