K 10 svn:author V 5 demon K 8 svn:date V 27 2014-10-23T14:05:56.056267Z K 7 svn:log V 945 Use std::isspace instead of isspace to fix the following compile error in py-fst: In file included from fst/_fst.cpp:322: In file included from /usr/local/include/fst/fstlib.h:49: In file included from /usr/local/include/fst/fst.h:34: In file included from /usr/local/include/fst/arc.h:31: In file included from /usr/local/include/fst/power-weight.h:24: /usr/local/include/fst/tuple-weight.h:179:14: error: call to 'isspace' is ambiguous } while (isspace(c)); ^~~~~~~ /usr/include/ctype.h:57:5: note: candidate function int isspace(int); ^ /usr/include/c++/v1/cctype:125:38: note: candidate function inline _LIBCPP_INLINE_VISIBILITY int isspace(int __c) {return __libcpp_isspace(__c);} /usr/include/ctype.h:57:5: note: candidate function int isspace(int); ^ /usr/include/c++/v1/cctype:125:38: note: candidate function inline _LIBCPP_INLINE_VISIBILITY int isspace(int __c) {return __libcpp_isspace(__c);} END