FLT_MIN/FLT_MAX/... on iOS are undefined

It seems some frequently used macros on iOS are undefined in Elements.

The FLT_MIN/FLT_MAX/… are marked as errors “Unknown identifier” by Elements compiler, which are defined in “float.h” on iOS and can be referenced directly in XCode.

BTW:
I’ve found MIN/MAX/ABS macros are working well in Elements. And I can see RemObjects.Elements.System.__Global defines lots of functions mapping to these macros.

Please check if this is a bug or I’ve missed something.

Hrmm. That’s curious. The header parser defines __FLT_MIN__ but not FLT_MIN. I’ll take a look.

Thanks, logged as bugs://72379

bugs://72379 got closed with status fixed.