| 3674 | */ |
| 3675 | namespace std { } |
| 3676 | extern "C++" template<typename T> |
| 3677 | inline int SWIG_isfinite_func(T x) { |
| 3678 | using namespace std; |
| 3679 | return isfinite(x); |
| 3680 | } |
| 3681 | # define SWIG_isfinite(X) (SWIG_isfinite_func(X)) |
| 3682 | # elif defined(__GNUC__) && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 2)) |
| 3683 | # define SWIG_isfinite(X) (__builtin_isfinite(X)) |
nothing calls this directly
no outgoing calls
no test coverage detected