PragmaTwice opened a new pull request, #33912:
URL: https://github.com/apache/arrow/pull/33912

   It fixes #33911.
   
   ------
   
   From #33911:
   
   > 
https://github.com/apache/arrow/blob/4f1d255f3dc57457e5c78d98c4b76fc523cf9961/cpp/src/arrow/result.h#L369-L375
   >
   > The parameter `generate_alternative` is passed by univeral forwarding, but 
`std::forward` is missing to use it.
   >
   > This may result in incorrect overloading selection or compilation errors, 
such as a class type with the method `operator()() &&`.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to