zanmato1984 commented on PR #45674: URL: https://github.com/apache/arrow/pull/45674#issuecomment-2723842167
Thanks for the info. > Can we hide `<mutex>` into `.cc`? Or can we disable this when `__cplusplus_cli` is defined? [#16761 (comment)](https://github.com/apache/arrow/issues/16761#issuecomment-1377568929) The classes being made public are templates so I'm afraid it won't be easy to hide `<mutex>` into `.cc`. I think it makes more sense to just exclude the classes for `__cplusplus_cli`. Hi @gitmodimo , could you make the change accordingly? Thanks. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
