Commits


David Li authored and Yibo Cai committed 1779e94403f
ARROW-14475: [C++] Don't shadow enable_if helpers In unity builds, this can cause odd build or runtime errors when the wrong template gets used - furthermore they manifest randomly on other PRs if they happen to change things enough that CMake groups source files differently for the unity build. Closes #11547 from lidavidm/arrow-14475 Authored-by: David Li <li.davidm96@gmail.com> Signed-off-by: Yibo Cai <yibo.cai@arm.com>