pitrou commented on a change in pull request #8205:
URL: https://github.com/apache/arrow/pull/8205#discussion_r492005479



##########
File path: cpp/src/arrow/util/atomic_shared_ptr.h
##########
@@ -89,5 +89,25 @@ inline void atomic_store(
   *p = r;
 }
 
+template <class T>
+inline bool atomic_compare_exchange_strong(

Review comment:
       All other functions are explicitly marked inline in this file, but I can 
make the change if desired.




----------------------------------------------------------------
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.

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


Reply via email to