js8544 commented on issue #34094: URL: https://github.com/apache/arrow/issues/34094#issuecomment-1424529830
Side note: I've dealt with the `std::unary_function` error before when upgrading our CI to clang-15 in https://github.com/apache/arrow/issues/33029 and https://github.com/apache/arrow/blob/master/cpp/src/arrow/flight/test_util.cc#L35. Back in clang-15 it was a warning but `-Werror` caused build failures. Adding a #define BOOST_NO_CXX98_FUNCTION_BASE before including boost headers would be a simple workaround. -- 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]
