Hi, the attached patch expands the include_next for <float.h> on windows to happen for _msc_ver too.
The test case for this is:
#include <float.h>
inline bool IsFinite(const double& number) {
return _finite(number) != 0;
}
But since that test depends on having MinGW's or MSVC's float.h, I
didn't add it to the patch.
Ok?
Nico
clang-ms-float.patch
Description: Binary data
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
