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

CppParser: Support unions #4442

Open
obiltschnig opened this issue Feb 6, 2024 · 0 comments
Open

CppParser: Support unions #4442

obiltschnig opened this issue Feb 6, 2024 · 0 comments
Assignees

Comments

@obiltschnig
Copy link
Member

While CppParser is far from being a complete C++ parser, it should nevertheless be able to process the header files from the POCO C++ Libraries without too many issues. One missing feature is support for union. Given that unions are syntactically identical to structs (for our purposes), adding this should not be too hard.

@obiltschnig obiltschnig added this to the Release 1.14.0 milestone Feb 6, 2024
@obiltschnig obiltschnig self-assigned this Feb 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

1 participant