This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Does IAR Embedded Workbench compiler support "numeric_limits" in C++?

Hi, 

I've include the header file "#icnlude <limits>" and using numeric_limits in my coding like numeric_limis<float>.min() and numeric_limis<float>.max().

However, a compilation error report to indicate the "numeric_limits" is undefined. I'm verified that the "numeric_limits" is working fine in Visual Studio.

Therefore, I'm wondering is it possible to get the numeric_limits support in IAR compiler, and am I missing out on any header file?

Appreciate if you can help to clarify the problem mentioned.

Thanks and Regards

Chris kok