[
https://issues.apache.org/jira/browse/ARROW-2309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16399439#comment-16399439
]
ASF GitHub Bot commented on ARROW-2309:
---------------------------------------
pitrou opened a new pull request #1748: ARROW-2309: [C++] Use std::make_unsigned
URL: https://github.com/apache/arrow/pull/1748
No need for our own reimplementation.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> [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
>
> {{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)