You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Wes McKinney (JIRA)" <ji...@apache.org> on 2017/04/17 14:15:42 UTC

[jira] [Resolved] (ARROW-831) Switch from boost::regex to std::regex

     [ https://issues.apache.org/jira/browse/ARROW-831?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wes McKinney resolved ARROW-831.
--------------------------------
    Resolution: Won't Fix
      Assignee: Philipp Moritz

per discussion in the PR, std::regex implementation is incomplete / buggy in gcc <= 4.8 and Xcode 6.4, which are both supported platforms at the moment. In the future we can revisit this

> 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
>            Assignee: Philipp Moritz
>            Priority: Minor
>             Fix For: 0.3.0
>
>
> 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)