pitrou commented on issue #36612: URL: https://github.com/apache/arrow/issues/36612#issuecomment-1838855743
> I think a better approach would be an `#if` which aliases `std::span` to `arrow::util::span` if possible, falling back to the backport otherwise. Could that affect ABI compatibility if e.g. Arrow C++ is built with C++17 but used in a C++20 context or vice-versa? Changing a class implementation based on user compile flags is fragile... -- 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]
