Commits


Felipe Oliveira Carvalho authored and GitHub committed a04339a49e0
GH-41711: [C++] macros.h: Fix ARROW_FORCE_INLINE for MSVC (#41712) ### Rationale for this change Define the macro correctly. Nothing is broken at the moment because the macro is not used within Arrow at the moment. ### What changes are included in this PR? Correct definition of the macro. ### Are these changes tested? Yes, by having this commit in other PRs that pass CI tests on Windows. * GitHub Issue: #41711 Authored-by: Felipe Oliveira Carvalho <felipekde@gmail.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>