isnan function is failing in Linux due to latest c++ standard in compiler. I am using Lubuntu 16.04.
The following error message is coming while building 'Lib'.
error: ‘isnan’ was not declared in this scope.
isnan was used in Lib/src/public/System/support/valuetypes.h file at two places(Line no: 60 & 75).
I changed isnan to std::isnan to get rid of this error.
could you please fix this.