K 10 svn:author V 8 theraven K 8 svn:date V 27 2013-07-23T10:23:43.392488Z K 7 svn:log V 403 Add isnan() and isinf() to the global namespace in libstdc++'s . The standard (n3242, section 17.6.1.1, paragraph 4) says that, because these are declared as macros in the C specification (even though they are implemented as functions in the C++ library) they should be in the global namespace. A surprising number of configure checks rely on this. It was broken by recent cleanups to math.h. END