Skip to content

'isnan' function is failing in linux #10

@ghost

Description

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions