[ 
https://issues.apache.org/jira/browse/ARROW-3873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17018044#comment-17018044
 ] 

Francois Saint-Jacques commented on ARROW-3873:
-----------------------------------------------

[~apitrou] would that be solved by using explicit class instead of alias 
declarations?


{code:c++}
using Int32Builder = NumericBuilder<Int32Type>;
//
class Int32Builder : public NumericBuilder<Int32Type> {};
{code}


> [C++] Build shared libraries consistently with -fvisibility=hidden
> ------------------------------------------------------------------
>
>                 Key: ARROW-3873
>                 URL: https://issues.apache.org/jira/browse/ARROW-3873
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: C++
>            Reporter: Wes McKinney
>            Assignee: Antoine Pitrou
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> See https://github.com/apache/arrow/pull/2437



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to