Skip to content

handle enum with underlying type char #74

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

Merged
merged 2 commits into from
Aug 6, 2020
Merged

handle enum with underlying type char #74

merged 2 commits into from
Aug 6, 2020

Conversation

romainfrancois
Copy link
Collaborator

Follow up to #65

Some enum classes in arrow have char as their underlying type and this avoids as_cpp<char>() which apparently doesn't compile.

closes #73

romainfrancois added a commit to romainfrancois/arrow that referenced this pull request Aug 5, 2020
romainfrancois added a commit to romainfrancois/arrow that referenced this pull request Aug 6, 2020
romainfrancois and others added 2 commits August 6, 2020 16:01
Co-authored-by: Benjamin Kietzman <bengilgit@gmail.com>
@jimhester jimhester merged commit 6815d4b into r-lib:master Aug 6, 2020
@jimhester
Copy link
Member

Thanks!

@romainfrancois romainfrancois deleted the enum_char branch August 6, 2020 16:06
romainfrancois added a commit to romainfrancois/arrow that referenced this pull request Aug 6, 2020
romainfrancois added a commit to romainfrancois/arrow that referenced this pull request Aug 17, 2020
romainfrancois added a commit to romainfrancois/arrow that referenced this pull request Aug 17, 2020
romainfrancois added a commit to romainfrancois/arrow that referenced this pull request Aug 18, 2020
romainfrancois added a commit to romainfrancois/arrow that referenced this pull request Aug 18, 2020
romainfrancois added a commit to romainfrancois/arrow that referenced this pull request Aug 20, 2020
romainfrancois added a commit to romainfrancois/arrow that referenced this pull request Aug 20, 2020
nealrichardson pushed a commit to romainfrancois/arrow that referenced this pull request Aug 24, 2020
nealrichardson pushed a commit to romainfrancois/arrow that referenced this pull request Aug 24, 2020
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.

enum with underlying type: char
3 participants