Commits


Sutou Kouhei authored and GitHub committed d661607c96e
GH-44364: [C++] Don't export template class (#44365) ### Rationale for this change It works with MSVC but doesn't work with clang-cl. ### What changes are included in this PR? Remove `ARROW_EXPORT` from template classes. ### Are these changes tested? Yes but with only MSVC. We don't have clang-cl CI jobs. ### Are there any user-facing changes? Yes. * GitHub Issue: #44364 Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>