MCPcopy Create free account
hub / github.com/SamuraiT/mecab-python3 / SWIG_isfinite_func

Function SWIG_isfinite_func

src/MeCab/MeCab_wrap.cpp:3676–3680  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3674 */
3675namespace std { }
3676extern "C++" template<typename T>
3677inline 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))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected