You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Francois Saint-Jacques (Jira)" <ji...@apache.org> on 2020/04/23 01:00:00 UTC

[jira] [Assigned] (ARROW-8554) [C++][Benchmark] Fix building error "cannot bind lvalue"

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

Francois Saint-Jacques reassigned ARROW-8554:
---------------------------------------------

    Assignee: Jiajia Li

> [C++][Benchmark] Fix building error "cannot bind lvalue"
> --------------------------------------------------------
>
>                 Key: ARROW-8554
>                 URL: https://issues.apache.org/jira/browse/ARROW-8554
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Benchmarking, C++
>            Reporter: Jiajia Li
>            Assignee: Jiajia Li
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.0.0
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> When running the commads:
> ```
> cmake -DARROW_BUILD_BENCHMARKS=ON ..
> make
> ```
> with following error:
> bit_util_benchmark.cc:96:10: error: cannot bind ‘std::unique_ptr<arrow::Buffer>’ lvalue to ‘std::unique_ptr<arrow::Buffer>&&’
>  return buffer;



--
This message was sent by Atlassian Jira
(v8.3.4#803005)