Use isfinite() whereever possible. If not possible, prefix isnan() and isinf() with std:: explicitly. The "using" directives do not work reliably for isnan() and isinf().
Description
Description
Details
Details
- Provenance
dgrell Authored on - Parents
- rHERWIGHGf7e9de001bd4: Only builtin arithmetic values can be isnan() or isinf() on OS X
- Branches
- Unknown
- Tags