hubgeter opened a new pull request, #41075:
URL: https://github.com/apache/doris/pull/41075
before pr : #40695
## Proposed changes
Fix the bug that be will have this error when compiling on mac.
```
be/src/vec/functions/math.cpp:416:39: error: no member named 'numbers' in
namespace 'std'
constexpr double sqrt2 = std::numbers::sqrt2;
~~~~~^
1 error generated.
```
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]