Ben Kietzman created ARROW-8113: ----------------------------------- Summary: [C++] Implement a lighter-weight variant Key: ARROW-8113 URL: https://issues.apache.org/jira/browse/ARROW-8113 Project: Apache Arrow Issue Type: Improvement Components: C++ Affects Versions: 0.16.0 Reporter: Ben Kietzman Assignee: Ben Kietzman Fix For: 1.0.0
{{util::variant}} is an extremely useful structure but its header slows compilation significantly, so using it in public headers is questionable https://github.com/apache/arrow/pull/6545#discussion_r388406246 I'll try writing a lighter weight version. -- This message was sent by Atlassian Jira (v8.3.4#803005)