pitrou commented on code in PR #40699:
URL: https://github.com/apache/arrow/pull/40699#discussion_r1537888565
##########
cpp/src/arrow/device.cc:
##########
@@ -268,4 +270,67 @@ std::shared_ptr<MemoryManager>
CPUDevice::default_memory_manager() {
return default_cpu_memory_manager();
}
+namespace internal {
Review Comment:
This can be the anonymous namespace instead.
--
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]