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 14:41:29 UTC

[GitHub] [arrow] pitrou commented on a change in pull request #10814: ARROW-13444: [C++] Remove usage of deprecated std::result_of

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

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