ARROW-13444: [C++] Remove usage of deprecated std::result_of#10814
ARROW-13444: [C++] Remove usage of deprecated std::result_of#10814bkietz wants to merge 2 commits intoapache:masterfrom
Conversation
|
@pitrou anything else? |
westonpace
left a comment
There was a problem hiding this comment.
LGTM. Can I ask, for my own learning, why you would choose to use decltype instead of std::result_of?
Also, thanks for taking care of the null pointer arithmetic. I'll close my PR in favor of this one.
|
Ah, yes, thank you. I should have been more clear and said |
Also clean up some UBSAN nullptr arithmetic warnings Closes apache#10814 from bkietz/13444-C20-compatibility-by-upda Authored-by: Benjamin Kietzman <[email protected]> Signed-off-by: Benjamin Kietzman <[email protected]>
Also clean up some UBSAN nullptr arithmetic warnings