Closed js8544 closed 1 year ago
I think the other issue is technically we aren't switching to C++17 until Arrow 10 so we may not want to update the cookbook with that until release
Oh right. I'll put this PR on hold for now.
This should now be OK if rebased
This should now be OK if rebased
Thanks! I'll work on this sometime next week.
ARROW-17851 Add ARROW_ASSIGN_OR_RAISE to utility macros. Use auto when it improves readability. Adopt C++ 14/17's idioms. Add Visitor classes to visitor pattern.