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

ARROW-3299: [C++] Make RecordBatchBuilder non-copyable to appease MSVC #2605

Closed
wants to merge 4 commits into from

Conversation

wesm
Copy link
Member

@wesm wesm commented Sep 22, 2018

MSVC generates a copy constructor for this class and gets upset that ArrayBuilder is non-copyable. It seems that the behavior for classes with dllexport is different which is why the patch earlier today broke the build

Change-Id: I6bee9d1d8ed16443dce9eca5ffe765828fb2c1df
Change-Id: Ie255ba5af9869e176881313b1509e1fddca46e80
Change-Id: I1796b71b3a638c2780c77b78811d52e8f3a3fb80
Change-Id: Ied72c9ef120553472ad9c3611f4d3c3905ce2938
Copy link
Member

@kou kou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1
Sorry for building MSVC build...

@kou kou closed this in c25ed39 Sep 22, 2018
@wesm wesm deleted the ARROW-3299 branch September 22, 2018 15:56
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