Fix msc_vers mismatch

TODO: push these back to ARM's version
This commit is contained in:
Andrew Willmott
2018-07-24 20:35:42 +01:00
parent 85e79c248d
commit 3bcf40fbfa

View File

@@ -27,7 +27,7 @@ float cospi(float p);
float nan(int p);
#if __cplusplus < 201103L
#if (!_MSC_VER) && (__cplusplus < 201103L)
float fmax(float p, float q);
float fmin(float p, float q);
#endif // C++11