isapego opened a new pull request, #7881: URL: https://github.com/apache/ignite-3/pull/7881
https://issues.apache.org/jira/browse/IGNITE-28378 `M_PI` is not standard and can not be used easily cross-platform (there is pi constant in https://en.cppreference.com/w/cpp/numeric/constants.html, but it's C++20). Also, it's unnecessary in our code as it's only used as a simple test value. So the easiest fix here is to just define it. -- 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]
