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++: add missing export macro to 'CppEnumeration.mustache' #1608

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pwrobeldev
Copy link
Contributor

Generated files for C++ did not contain export macro for enumerations.
That was not the case of structs and classes. The reason for that was
missing inclusion of 'CppExportMacro' in 'CppEnumeration.mustache'.

Note: the change in logic is only a single line.
The remaining changes in the commit are related
to smoke tests -- the expected generated files
with enumerations have been adjusted.

Generated files for C++ did not contain export macro
for enumerations. That was not the case of structs and
classes. The reason for that was missing inclusion of
'CppExportMacro' in 'CppEnumeration.mustache'.

Note: the change in logic is only a single line.
      The remaining changes in the commit are related
      to smoke tests -- the expected generated files
      with enumerations have been adjusted.

Signed-off-by: Patryk Wrobel <[email protected]>
@pwrobeldev pwrobeldev force-pushed the pwrobeldev/add-missing-export-macro-in-cpp-enumeration-mustache branch from b89cf25 to fb2fc62 Compare October 30, 2024 11:47
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.

1 participant