Uh oh!
There was an error while loading. Please reload this page.
ARROW-17844: [C++] Remove atomic shared_ptr compatibility functions - #14239
Conversation
pitrou
commented
Sep 26, 2022
Revision: d6b8a00 Submitted crossbow builds: ursacomputing/crossbow @ atomic-shared-ptr-0 |
| #include "arrow/type.h" | ||
| #include "arrow/type_fwd.h" | ||
| #include "arrow/type_traits.h" | ||
| #include "arrow/util/atomic_shared_ptr.h" |
There was a problem hiding this comment.
Technically I suppose we should add #include <atomic> for IWYU but it is probably transitively included by most standard includes.
pitrou
commented
Sep 26, 2022
CI looks green on my fork (apart from a seemingly unrelated R failure), will merge. |
ursabot
commented
Sep 27, 2022
Benchmark runs are scheduled for baseline = 9b4a181 and contender = 5b29dd0. 5b29dd0 is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
No description provided.