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 2018/02/08 00:01:00 UTC

[jira] [Updated] (ARROW-1722) [C++] Add linting script to look for C++/CLI issues

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

Wes McKinney updated ARROW-1722:
--------------------------------
    Fix Version/s:     (was: 0.9.0)
                   0.10.0

> [C++] Add linting script to look for C++/CLI issues
> ---------------------------------------------------
>
>                 Key: ARROW-1722
>                 URL: https://issues.apache.org/jira/browse/ARROW-1722
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: C++
>            Reporter: Wes McKinney
>            Priority: Major
>             Fix For: 0.10.0
>
>
> This includes:
> * Using {{nullptr}} in header files (we must instead use an appropriate macro to use {{__nullptr}} when the host compiler is C++/CLI)
> * Including {{<mutex>}} in a public header (e.g. header files without "impl" or "internal" in their name)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)