You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Jiajia Li (Jira)" <ji...@apache.org> on 2020/04/22 14:07:00 UTC

[jira] [Updated] (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 ]

Jiajia Li updated ARROW-8554:
-----------------------------
    Component/s: C++

> [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
>            Priority: Major
>
> 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)