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

Add removeVariadic #682

Merged
merged 3 commits into from May 21, 2023
Merged

Add removeVariadic #682

merged 3 commits into from May 21, 2023

Conversation

HGuillemet
Copy link
Contributor

It may be convenient to map a C++ type to a Java variadic, like a long..., for method arguments, but then if a C++ function returns this type, the parser will generate illegal code.

This PR replaces the variadic with an array in returned type.

@saudet saudet merged commit 4c40a56 into bytedeco:master May 21, 2023
16 checks passed
@HGuillemet HGuillemet deleted the add_removeVariadic branch May 21, 2023 05:14
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