You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2020/10/19 15:11:12 UTC

[GitHub] [arrow] bkietz commented on pull request #8472: ARROW-8113: [C++][WIP] Lighter weight variant<>

bkietz commented on pull request #8472:
URL: https://github.com/apache/arrow/pull/8472#issuecomment-712233535


   @emkornfield I'm implementing a subset of `std::variant`'s functionality but all members which are present are compatible; if we switch to using `std::variant` at some point no code will break. We will need to keep the mutable-pointer visit overload since that's non standard, but IMHO that's acceptable overhead


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org