You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/07/27 19:24:50 UTC

[GitHub] [arrow] anders-wind commented on pull request #10814: ARROW-13444: [C++] Remove usage of deprecated std::result_of

anders-wind commented on pull request #10814:
URL: https://github.com/apache/arrow/pull/10814#issuecomment-887773536


   > 
   > 
   > LGTM. Can I ask, for my own learning, why you would choose to use decltype instead of `std::result_of`?
   
   `std::result_of` is deprecated in c++17 and removed in c++20. See https://issues.apache.org/jira/browse/ARROW-13444


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org