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

Do not fail when encountering std::vector<char> #1060

Merged
merged 1 commit into from
Apr 21, 2022
Merged

Conversation

adetaylor
Copy link
Collaborator

@adetaylor adetaylor commented Apr 21, 2022

Fixes #1057.

cxx can't cope with vectors of various types, and is also restrictive of
UniquePtr payloads. Reject those which are not acceptable.

Fixes #1057.
@adetaylor adetaylor changed the title Add test for vec of chars. Do not fail when encountering std::vector<char> Apr 21, 2022
@adetaylor adetaylor merged commit 854a7d0 into main Apr 21, 2022
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.

"Unsupported vector element type"
1 participant