wesm opened a new pull request #7077:
URL: https://github.com/apache/arrow/pull/7077


   I noticed this while reading the Gandiva codebase as part of the C++ 
precompiled kernels revamp project. In general we've tried to reduce our use of 
Boost -- if we can eliminate Boost altogether from library builds in the future 
that would be ideal. 
   
   I replaced usages of `boost::hash_combine` (vendored), `boost::iequals` 
(reimplemented), and `boost::algorithm::to_lower_copy` (reimplemented). There's 
a little bit of code scrubbing / IWYU fixes also. 


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to