pitrou commented on PR #40:
URL: https://github.com/apache/iceberg-cpp/pull/40#issuecomment-2636748429

   > Is it possible to check the macro 
[__cpp_lib_expected](https://en.cppreference.com/w/cpp/feature_test#cpp_lib_expected)
 and directly use `std::expected` if available?
   
   That may lead to ABI issues. For example if iceberg-cpp is compiled using a 
C++20 compiler, and then an application links to it with C++23 enabled. Or the 
reverse.


-- 
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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to