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/03/15 15:52:00 UTC

[jira] [Resolved] (ARROW-2309) [C++] Use std::make_unsigned

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

Wes McKinney resolved ARROW-2309.
---------------------------------
       Resolution: Fixed
    Fix Version/s: 0.9.0

Issue resolved by pull request 1748
[https://github.com/apache/arrow/pull/1748]

> [C++] Use std::make_unsigned
> ----------------------------
>
>                 Key: ARROW-2309
>                 URL: https://issues.apache.org/jira/browse/ARROW-2309
>             Project: Apache Arrow
>          Issue Type: Task
>          Components: C++
>    Affects Versions: 0.8.0
>            Reporter: Antoine Pitrou
>            Assignee: Antoine Pitrou
>            Priority: Trivial
>              Labels: pull-request-available
>             Fix For: 0.9.0
>
>
> {{arrow/util/bit-util.h}} has a reimplementation of {{boost::make_unsigned}}, but we could simply use {{std::make_unsigned}}, which is C++11.



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