pitrou commented on a change in pull request #10814: URL: https://github.com/apache/arrow/pull/10814#discussion_r677518329
########## File path: cpp/src/arrow/util/future.h ########## @@ -48,7 +49,19 @@ template <typename T> struct is_future<Future<T>> : std::true_type {}; template <typename Signature> -using result_of_t = typename std::result_of<Signature>::type; +using result_of_t_2 = typename std::result_of<Signature>::type; Review comment: Is this actually used? -- 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-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org