bkietz commented on a change in pull request #10814:
URL: https://github.com/apache/arrow/pull/10814#discussion_r677520886
##########
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:
No, sorry- I was using this during debugging. I'll remove it
--
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]