Commits


Felipe Oliveira Carvalho authored and GitHub committed 49cdb0fe4e9
GH-40370: [C++] Define ARROW_FORCE_INLINE for non-MSVC builds (#40372) ### Rationale for this change Compiler macros should behave consistently (as much as possible) across differently compilers. ### What changes are included in this PR? - Define `ARROW_FORCE_INLINE` correctly - Move it from `visibility.h` to `macros.h` ### Are these changes tested? By being the base commit in changes that I'm compiling successfully and benchmarking. * GitHub Issue: #40370 Authored-by: Felipe Oliveira Carvalho <felipekde@gmail.com> Signed-off-by: Felipe Oliveira Carvalho <felipekde@gmail.com>