Skip to content

compile error with MSVC2010 - isinf() #53

@1linux

Description

@1linux

MSVC 2010 still does not know about "isinf()" macro.

So I added a small patch in line 20:

ifndef isinf

define isinf(x) (!_finite(x))

endif

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