pitrou commented on a change in pull request #10186:
URL: https://github.com/apache/arrow/pull/10186#discussion_r629475799
##########
File path: cpp/src/arrow/memory_pool.cc
##########
@@ -35,6 +35,10 @@
#include "arrow/util/optional.h"
#include "arrow/util/string.h"
+#ifdef __GLIBCXX__
Review comment:
Looks like you should test for `__GLIBC__` instead. `__GLIBCXX__` is for
the GNU libstdc++ (which is used by MinGW).
--
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]