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: commits-unsubscr...@doris.apache.org

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


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

Reply via email to