[
https://issues.apache.org/jira/browse/ARROW-831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15970081#comment-15970081
]
Wes McKinney commented on ARROW-831:
------------------------------------
It's the other way around -- std::regex has some issues on OS X that need
investigating. The build issue in https://github.com/ray-project/ray/issues/461
is because you're statically linking
https://github.com/ray-project/ray/blob/master/src/numbuf/CMakeLists.txt#L35 --
is there a way to include the currently-required boost symbols in
{{libarrow.a}}?
> Switch from boost::regex to std::regex
> --------------------------------------
>
> Key: ARROW-831
> URL: https://issues.apache.org/jira/browse/ARROW-831
> Project: Apache Arrow
> Issue Type: Improvement
> Components: C++
> Affects Versions: 0.3.0
> Reporter: Philipp Moritz
> Priority: Minor
>
> The boost::regex library seems to cause build problems on macOS, see
> https://github.com/ray-project/ray/issues/461. We should see if it is
> feasible to replace it with std::regex.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)