pkarashchenko commented on code in PR #17445:
URL: https://github.com/apache/nuttx/pull/17445#discussion_r2596481827
##########
include/cxx/cmath:
##########
@@ -99,6 +99,9 @@ namespace std
isnan(float __x)
{ return __builtin_isnan(__x); }
+ constexpr float
Review Comment:
It is `contexpr` since C++23, so maybe need some `#if __cplusplus >=`
conditional implementation. Like, from C++11 till C++23 without `contexpr` and
with `contexpr` after C++23
--
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]